Skip to content
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

Squeeze and unsqueeze not implemented in opset version 13 #1020

Closed
krishnanpooja opened this issue Apr 4, 2022 · 2 comments
Closed

Squeeze and unsqueeze not implemented in opset version 13 #1020

krishnanpooja opened this issue Apr 4, 2022 · 2 comments

Comments

@krishnanpooja
Copy link

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.

  • Python version: 3.6.9
  • ONNX version: 1.10.2
  • ONNX-TF version: 1.9.0
  • Tensorflow version: 2.6
@krishnanNuance
Copy link
Contributor

#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.

@krishnanNuance
Copy link
Contributor

PR #1022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants