-
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
Fix conv2d grad for strided cases under the new conv2d_transpose def #6179
Comments
An additional note is that we should change the grad verification to use numerical grad checking instead of Pytorch |
I bisected this by building with ci-gpu and running |
@vinx13 it would be great if you can followup on this thread |
In particular, it seems that we will need to fix the conv2d grad def under the new spec of conv2d_transpose introduced in #5758. Thanks @areusch for finding the offending PR |
I will take a look |
https://ci.tvm.ai/blue/organizations/jenkins/tvm/detail/PR-6173/3/pipeline
The text was updated successfully, but these errors were encountered: