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

Shape inference broken #674

Closed
letmaik opened this issue Aug 22, 2019 · 3 comments
Closed

Shape inference broken #674

letmaik opened this issue Aug 22, 2019 · 3 comments

Comments

@letmaik
Copy link

letmaik commented Aug 22, 2019

After #557 got merged, doing shape inference via onnx.shape_inference.infer_shapes(m) doesn't work anymore. I'm using the latest onnx 1.5.0 release.

@guschmue
Copy link
Contributor

Ah, you mean for opset9 or better.
That change basically removed constants from inputs since inputs are not constants. In older onnx versions constants had to be part of the inputs, in opset9 that changed.
Possible a onnx issue.
@linkerzhang thought on this ?

@guschmue
Copy link
Contributor

I think this is a onnx issue, can you open a bug there?

@guschmue
Copy link
Contributor

guschmue commented Oct 2, 2020

closing since it moved to onnx.

@guschmue guschmue closed this as completed Oct 2, 2020
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