watsonyanghx / CNN_LSTM_CTC_Tensorflow

CNN+LSTM+CTC based OCR implemented using tensorflow.
MIT License
362 stars 210 forks source link

fix some bugs. #1

Open toxic-0518 opened 7 years ago

toxic-0518 commented 7 years ago
  1. In validation step, 'lastbatch_err' is missing in sess.run(), which leads to crash.
  2. feature shape after cnn should depend on input shape of image