weinman / cnn_lstm_ctc_ocr

Tensorflow-based CNN+LSTM trained with CTC-loss for OCR
GNU General Public License v3.0
497 stars 170 forks source link

Training Error #10

Closed dheeru999 closed 6 years ago

dheeru999 commented 6 years ago

while i am running the file train.py,i am facing the following issue. please can any one suggest me?

screenshot from 2017-11-16 17-24-37

weinman commented 6 years ago

Does this happen with the standard script in the README? That is, if you do a fresh git clone and run

make mjsynth-download
make mjsynth-tfrecord
make train

or perhaps just

make train

Is this the result?

I recently pushed a change to the convolution and sequence length calculation. There's a small possibility that oversight was related to this. Try also pulling the latest master branch (e85d6dccac6e92492b8445b7c9e43ebe474bfe76).