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

Fix wrong opset version in model downloading #2478

Merged
merged 4 commits into from
Jan 3, 2020

Conversation

daquexian
Copy link
Member

@daquexian daquexian commented Nov 29, 2019

As what has been repeatedly pointed in #2049, the opset version in the URLs of models should not be onnx.des.onnx_opset_version(). After waiting for a fix for a long time, I found it is easy to fix by maintaining a separate opset version.

The opset version should have been updated to 11 (the opset version of the latest stable release of ONNX), but URLs like https://s3.amazonaws.com/download.onnx/models/opset_11/vgg19.tar.gz are still invalid :| They seems ignored by ONNX maintainers. In order to keep fresh contributors from feeling confused and frustrated as soon as possible, I set the opset version to 10 for now.

…11 (the opset version of the latest stable), but 10
@daquexian daquexian requested a review from a team as a code owner November 29, 2019 07:58
@daquexian
Copy link
Member Author

The CI errors are not related to this PR

@linkerzhang linkerzhang merged commit 25ff79a into onnx:master Jan 3, 2020
@snnn
Copy link
Contributor

snnn commented Jan 3, 2020

onnx/models#141
CC: @vinitra . We should restore the model pipelines and refresh these models.

@daquexian daquexian deleted the fix_wrong_model_version branch January 8, 2020 11:27
@winnietsang winnietsang added this to the 1.7 milestone Feb 12, 2020
jcwchen pushed a commit to jcwchen/onnx that referenced this pull request Sep 23, 2020
…11 (the opset version of the latest stable), but 10 (onnx#2478)

Co-authored-by: Ke Zhang <kezhan@microsoft.com>
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.

4 participants