Error parsing text-format caffe.NetParameter:1220:19: String literals cannot cross line boundaries.

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/w_q_q2017/article/details/84061381

遇到如下错误:

[libprotobuf ERROR google/protobuf/text_format.cc:245] Error parsing text-format caffe.NetParameter: 1220:19: String literals cannot cross line boundaries.
F1114 09:45:26.187687 15078 upgrade_proto.cpp:68] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: ./config/deeplab_largeFOV/train_train_aug.prototxt

解决方法:注意数字1220:19

在train_train_aug.prototxt文件的第1220行的第19个字符出有错误,我的错误是少了一个双引号“符号,修改后就可以运行。

猜你喜欢

转载自blog.csdn.net/w_q_q2017/article/details/84061381
今日推荐