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

caffe训练出现如下错误:

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

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

 

问题,缺少对应的data.

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

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

相关文章:

  • 2022-01-27
  • 2022-12-23
  • 2021-04-13
  • 2021-09-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-30
  • 2022-12-23
  • 2022-12-23
  • 2021-08-20
  • 2022-12-23
  • 2021-07-05
  • 2022-01-19
相关资源
相似解决方案