We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Can't convert onnx model to TF frozen graph.
To Reproduce
onnx_model = onnx.load("input_path") tf_rep = prepare(onnx_model) tf_rep.export_graph(export_dir)
Python, ONNX, ONNX-TF, Tensorflow version
This section can be obtained by running get_version.py from util folder.
get_version.py
The text was updated successfully, but these errors were encountered:
#981 (comment) hi, Will open the PR latest by tomorrow evening. I have tested using opset version 13 and onnx-tf version 1.9.0.
Sorry, something went wrong.
PR #1022
c7864ec
No branches or pull requests
Describe the bug
Can't convert onnx model to TF frozen graph.
To Reproduce
Python, ONNX, ONNX-TF, Tensorflow version
This section can be obtained by running
get_version.py
from util folder.The text was updated successfully, but these errors were encountered: