码迷,mamicode.com
首页 > Web开发 > 详细

【caffe】Error parsing text-format NetParameter: ****:**:Expected string.

时间:2017-07-03 14:06:33      阅读:238      评论:0      收藏:0      [点我收藏+]

标签:一个   解决方法   format   分享   str   log   标识符   ima   expec   

错误描述:

技术分享

prototxt中第****行,第**列缺少一个整型数或者标识符。

解决方法:

检查对应的prototxt文件,第****行,第**列是否遗漏相关信息。

我的文件是在代码新旧版本没对应好~

layer {

type: "Accuracy"

}

layers{

type: ACCURACY

}

【caffe】Error parsing text-format NetParameter: ****:**:Expected string.

标签:一个   解决方法   format   分享   str   log   标识符   ima   expec   

原文地址:http://www.cnblogs.com/AliceHu/p/7110329.html

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