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

[ONNX] Support importing Conv with missing attributes #7899

Merged
merged 3 commits into from
Apr 23, 2021

Conversation

mbrookhart
Copy link
Contributor

No description provided.

@mbrookhart mbrookhart requested a review from jwfromm April 21, 2021 17:22
Copy link
Contributor

@jwfromm jwfromm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice fix, LGTM!

@jwfromm
Copy link
Contributor

jwfromm commented Apr 22, 2021

@mbrookhart it looks like one of the onnx test nodes is constructed with a bad output shape.

@mbrookhart
Copy link
Contributor Author

huh, this is an onnxruntime error...

I can't seem to install the version of onnx runtime we're using in CI, it's not in pip...

Will try to debug.

@mbrookhart
Copy link
Contributor Author

I found the issue by going to onnxruntime 1.2.0. I missed a case where dilation was the the default value, so I dropped it by mistake.

@jwfromm
Copy link
Contributor

jwfromm commented Apr 23, 2021

Thanks @mbrookhart! This is now merged.

@jwfromm jwfromm merged commit de0bff8 into apache:main Apr 23, 2021
@mbrookhart mbrookhart deleted the conv_with_mising_attrs branch April 23, 2021 17:04
echuraev pushed a commit to echuraev/tvm that referenced this pull request Apr 29, 2021
* [ONNX] Support importing Conv with missing attributes

* fix removal of attributes ONLY when they are default and for autopad

* move comment to the right place
umangyadav pushed a commit to umangyadav/tvm that referenced this pull request May 5, 2021
* [ONNX] Support importing Conv with missing attributes

* fix removal of attributes ONLY when they are default and for autopad

* move comment to the right place
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request May 6, 2021
* [ONNX] Support importing Conv with missing attributes

* fix removal of attributes ONLY when they are default and for autopad

* move comment to the right place
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request May 6, 2021
* [ONNX] Support importing Conv with missing attributes

* fix removal of attributes ONLY when they are default and for autopad

* move comment to the right place
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request May 6, 2021
* [ONNX] Support importing Conv with missing attributes

* fix removal of attributes ONLY when they are default and for autopad

* move comment to the right place
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request May 11, 2021
* [ONNX] Support importing Conv with missing attributes

* fix removal of attributes ONLY when they are default and for autopad

* move comment to the right place
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