A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and compatible with Google Cloud ML Engine.
The changes in this PR are the absolute minimum needed to get this project to
work with Tensorflow 2.
I am a ML and TF novice, so I probably missed something, but these changes
allowed me to use attention-ocr to train a new model and produce predictions
for new inputs, using only TF2.
The changes in this PR are the absolute minimum needed to get this project to work with Tensorflow 2.
I am a ML and TF novice, so I probably missed something, but these changes allowed me to use attention-ocr to train a new model and produce predictions for new inputs, using only TF2.