码迷,mamicode.com
首页 > 其他好文 > 详细

yaml 配置文件

时间:2018-12-20 18:41:51      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:close   print   cve   www.   form   htm   注意   文件   html   

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()

 

 

yaml 配置文件

标签:close   print   cve   www.   form   htm   注意   文件   html   

原文地址:https://www.cnblogs.com/TreeDream/p/10150614.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!