emedvedev / attention-ocr

A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and compatible with Google Cloud ML Engine.
MIT License
1.08k stars 256 forks source link

Exporting the model to tensorflowjs #195

Open MarcoSteinke opened 2 years ago

MarcoSteinke commented 2 years ago

Hi, I am trying to export aocr to tensorflowjs. But I am stuck at the point of exporting this model into a file.

When running the aocr export ANY_LOCATION I get the following error:

ModuleNotFoundError: No module named 'tensorflow.contrib'
Vordlex commented 1 year ago

Same issue here