weinman / cnn_lstm_ctc_ocr

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

fixed inconsistent whitespace #68

Closed luftj closed 4 years ago

luftj commented 4 years ago

two lines used tabs instead of whitespaces, making the model unable to run.

weinman commented 4 years ago

Huh. No idea how that happened. Thanks!