senlinuc / caffe_ocr

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

你好,在生成训练lmdb的时候出错,ReadImageToDatum的return true时报错 #47

Open hewumars opened 6 years ago

hewumars commented 6 years ago

已经解决,遇到新的问题。 在执行void LSTMLayer::FillUnrolledNet(NetParameter* net_param) const 函数时,最后退出函数时报错。

Run-Time Check Failure #2 - Stack around the variable '***' was corrupted.

***是随机的,例如,sum_param、biased_hidden_param、slice_param,output_concat_layer等。