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

Update to tf 1.8 #26

Closed lgoldberg9 closed 6 years ago

lgoldberg9 commented 6 years ago

Updated train.py to tf 1.8 using monitoredtrainingsession over supervisor.

lgoldberg9 commented 6 years ago

Updated train.py and formatted provisional comments in test.py

lgoldberg9 commented 6 years ago

Reformatted train.py, dropped checkpoint hook.