senlinuc / caffe_ocr

主流ocr算法研究实验性的项目,目前实现了CNN+BLSTM+CTC架构
1.26k stars 536 forks source link

Check failed: axis_index < num_axes() (2 vs. 2) axis 2 out of range for 2-D Blob with shape 35 256 (8960) #76

Open suntim opened 5 years ago

suntim commented 5 years ago

linux下编译通了,只跑通densenet-no-blstm网络,其他打出现Check failed: axis_index < num_axes() (2 vs. 2) 、Check failed: bottom[i]->shape() == bottom[0]->shape() 问题。。。。

prfans commented 5 years ago

索引超了。另外densenet作者原来说cpu代码有问题。

JackLongKing commented 5 years ago

Have you solved it? @suntim I met too. Appreciate for your help!