1. 程式人生 > >【caffe】Error parsing text-format NetParameter: ****:**:Expected string.

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

版本 相關信息 技術 caf caffe cte cnblogs param alt

錯誤描述:

技術分享

prototxt中第****行,第**列缺少一個整型數或者標識符。

解決方法:

檢查對應的prototxt文件,第****行,第**列是否遺漏相關信息。

我的文件是在代碼新舊版本沒對應好~

layer {

type: "Accuracy"

}

layers{

type: ACCURACY

}

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