senlinuc / caffe_ocr

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

compute_output_shape compute wrong output_shape value #64

Open mbtolou opened 6 years ago

mbtolou commented 6 years ago

conv_layer.hpp

compute_output_shape this->kernelshape.cpu_data()

Log file created at: 2018/06/03 15:59:13 Running on machine: SRV-IP02 Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg F0603 15:59:13.269853 13372 blob.cpp:33] Check failed: shape[i] >= 0 (-552861677 vs. 0)

mengpengfei commented 5 years ago

怎么解决的?