-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ONNX conversion error #138
Comments
What you could try to do is remove the conditional statement on L117-121 of model.py and using |
I have done the steps as you mentioned but now I'm getting another error
|
@mialo-tech I meet the same question. Do you fix the problem? |
No |
I am attempting to convert this model to ONNX using the tf2onnx tool. The tool can take a frozen graph or saved model as input and produce an ONNX file. Unfortunately, it fails on aocr, apparently to due the graph being invalid.
I am filing the issue here and not against tf2onnx because the error occurred in Tensorflow while attempting to import the graph that
aocr export
produced. Here is the error:To reproduce:
alternatively,
The text was updated successfully, but these errors were encountered: