首页 > 代码库 > 【caffe】Error parsing text-format NetParameter: ****:**:Expected string.

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

错误描述:

技术分享

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

解决方法:

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

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

layer {

type: "Accuracy"

}

layers{

type: ACCURACY

}

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