yaml 配置文件
https://www.cnblogs.com/xinjing-jingxin/p/9128293.html
---文件開始
- 列表
key: val 字典
注意:字典里面可以嵌套字典,列表等。(舉例)
https://github.com/msracver/Deformable-ConvNets/blob/master/experiments/faster_rcnn/cfgs/resnet_v1_101_voc0712_rcnn_dcn_end2end.yaml
import yaml# f = open('test.yaml') # res = yaml.load(f) # print(res) # f.close() f = open('resnet_v1_101_voc0712_rcnn_dcn_end2end.yaml') res = yaml.load(f) print(res) f.close()?
?
轉(zhuǎn)載于:https://www.cnblogs.com/TreeDream/p/10150614.html
總結(jié)
- 上一篇: 记一次更改了电脑名称后遇到的各种错误反思
- 下一篇: rest-framework之响应器(渲