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

[WIP] Deprecate old models with opset3 which cannot be shape inferred #389

Closed
wants to merge 2 commits into from

Conversation

jcwchen
Copy link
Member

@jcwchen jcwchen commented Oct 18, 2020

Description
One possible solution: Deprecated those models of opset3 which cannot be shape inferred.

Motivation
According to this PR onnx/onnx#3051, some models with opset_version=3 cannot pass onnx.checker.check_model(model, full_check=True) because some operators of opset_version=3 do not support TypeAndShapeInferenceFunction for shape_inference (e.g., Relu https://github.com/onnx/onnx/blob/531e6dd459003fc8d13b8abb66b29a72a571c865/onnx/defs/math/old.cc#L1535)

The solution would be either remove those deprecated models or update those old opsets.

@wenbingl
Copy link
Member

Did all of them have the opset upgraded versions?

@jcwchen
Copy link
Member Author

jcwchen commented Oct 23, 2020

Did all of them have the opset upgraded versions?

Yes, all of them have models with upgraded versions.

@jcwchen
Copy link
Member Author

jcwchen commented Feb 10, 2022

Instead of deleting them, it could be done by adding some comments in the Readme.md. Close it now

@jcwchen jcwchen closed this Feb 10, 2022
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

Successfully merging this pull request may close these issues.

2 participants