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

Which fork tensorflow are you using? #34

Closed QingqingWang-1 closed 5 years ago

QingqingWang-1 commented 5 years ago

I tried to find the fork tensorflow that contains "tf.nn.ctc_beam_search_decoder_trie", However, I cannot find it. Could you tell me which one are you using?

weinman commented 5 years ago

Thanks for your interest. It's not quite ready for a "publicized" release on this repo, as there are still bugs. However, if you want to link with it, you can merge the the master branch of this fork into your latest TF.

QingqingWang-1 commented 5 years ago

Many thanks, weinman. I will try it.