-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice fix, LGTM!
@mbrookhart it looks like one of the onnx test nodes is constructed with a bad output shape. |
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. |
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. |
Thanks @mbrookhart! This is now merged. |
* [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
* [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
* [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
* [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
* [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
* [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
No description provided.