how to use tensorflow to instead of torch ?
Opened this issue · 2 comments
ZhangZoffy commented
I want to copy the model by tensorflow
githubharald commented
I don't think there is an easy way to "copy" this project to TF.
But TF has all components needed out of the box (CNN, LSTM, CTC) which you can use to build CRNN using TF.
harish2704 commented
Hi, I've successfully ported this model ( Its PyTorch version ) to Keras.
You can see live demo here
https://github.com/harish2704/pottan-ocr/blob/pre-alpha/web-demo/Readme.md
Hope it will help to port this to Tensorflow