caffe出错:Unknown bottom blob 'data' (layer 'conv1', bottom index 0)

原文https://blog.csdn.net/u011070171/article/details/75425740

caffe训练出现如下错误:

Unknown bottom blob 'data' (layer 'conv1', bottom index 0)

问题,缺少对应的data.

解决:可能是在训练的时候加入测试迭代数,可是网络文件里并没有测试网络。

检查solver.prototxt里边是否定义了test相关内容,而train.prototxt里边并没有test相关结构。

猜你喜欢

转载自www.cnblogs.com/sddai/p/10339782.html