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

时间:2017-07-03 13:06:33   收藏:0   阅读:3876

错误描述:

技术分享

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

解决方法:

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

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

layer {

type: "Accuracy"

}

layers{

type: ACCURACY

}

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!