-
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 ConvTranspose + auto_pad #3608
Comments
It would be great if you can look a bit into what is going on, and the community can provide help on possibly actions |
@stakemura this means we need to infer padding in case |
Support `auto_pad` attribute in ONNX Conv/ConvTranspose operators, infer pads shape for `auto_pad`. Fixes apache#3608.
Hi @stakemura, could you help to verify the patch? @vinx13 could you please review the PR, thx! |
@cchung100m Thanks for resolving the issue. |
TVM Relay (latest master branch) couldn't compile ONNX including ConvTranspose + auto_pad.
Here is the code and the attached
ZIP-compressed ONNX file updated on Jul 25
to reproduce the error.
This issue is critical for us.
Would you like to support this attribute?
The text was updated successfully, but these errors were encountered: