soeaver / caffe-model

Caffe models (including classification, detection and segmentation) and deploy files for famouse networks
MIT License
1.28k stars 624 forks source link

训练inception-resnet-v2网络时出现错误 #25

Closed clscy closed 7 years ago

clscy commented 7 years ago

你好。我用您提供的deploy_inception_resnet_v2.prototxt网络生成train_test.prototxt后训练的时候, inception_resnet_v2_solver.prototxt.txt inception_resnet_v2_train_test.prototxt.txt 出现了如下错误: concat_layer.cpp:42] Check failed: top_shape[j] == bottom[i]->shape(j) (10 vs. 11) All input s must have the same shape, except at concat_axis. 请问该如何修改网络参数。 谢谢