emedvedev/attention-ocr

Exporting the model to tensorflowjs

MarcoSteinke opened this issue · 1 comments

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'

Same issue here