Calamari-OCR / calamari

Line based ATR Engine based on OCRopy
Apache License 2.0
1.04k stars 209 forks source link

Error when convert old trained model to latest version model #327

Closed WeiHin closed 2 years ago

WeiHin commented 2 years ago

i got the error as below when want to convert the old trained model that is version 2 to latest version model. below is the error i encounter:

image

andbue commented 2 years ago

Hi, guessing from your screenshot, I think it might be some version mismatch between your tensorflow installation and other requirements, in this case the wrapt package. Maybe a clean installation in a clean venv could work?