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

About the checkpoint #23

Closed Fangction closed 6 years ago

Fangction commented 6 years ago

Hello, sir. I am s student just start the learning about tensorflow. I met a few problems when running this program. Can you upload the checkpoint. Thank you!

weinman commented 6 years ago

What version of tensorflow are you using? The master branch has only been tested up to Tensorflow 1.2. While an update for Tensorflow 1.8 is in progress, it's not functional yet.

Fangction commented 6 years ago

Very Sorry for my late reply! Busy with my homework. I use Tensorflow 1.2

weinman commented 6 years ago

@Fangction, in order for the community to provide any help, you need to provide more detail about your problem, i.e. the command sequence issued, stack trace, and execution environment.

The code is provided to share knowledge with the community. I myself cannot promise to solve the issue, but if it is definitely a problem with the software, I may try.