Open MarcoSteinke opened 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.
aocr
When running the aocr export ANY_LOCATION I get the following error:
aocr export ANY_LOCATION
ModuleNotFoundError: No module named 'tensorflow.contrib'
Same issue here
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: