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

错误描述:

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

解决方法:

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

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

layer {

type: "Accuracy"

}

layers{

type: ACCURACY

}

posted @ 2017-07-03 11:35  AliceHu  阅读(2138)  评论(0编辑  收藏  举报