-
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
Change the meaning of conv3d_transpose output_padding to match conv{1,2}d_transpose #6065
Conversation
It seems the mac build actually succeeded but there was a fluke failure. Should I push an empty commit to restart or is it possible to restart manually? |
Something is weird with the mac build, I'll try an empty commit. |
It seems the master is broken, because some rust test is failing and I didn't touch any of the rust code. It also seems that the macOS build is flaky because it passed with the first empty commit and failed with the second. I will hold off on the re-triggers of the CI until I hear the problem has been fixed. |
The CI problem appears to be fixed, so I'm trying again. |
@vinx13 This is ready for review/merging. |
45a727c
to
b470b9a
Compare
I've rebased this on top of the topi refactor. |
…,2}d_transpose (apache#6065) * Change the meaning of output_padding to correspond to conv{1,2}d_transpose * Fix long lines * Fix the relay test * Add missing doc. * fix size ordering problem
…,2}d_transpose (apache#6065) * Change the meaning of output_padding to correspond to conv{1,2}d_transpose * Fix long lines * Fix the relay test * Add missing doc. * fix size ordering problem
…,2}d_transpose (apache#6065) * Change the meaning of output_padding to correspond to conv{1,2}d_transpose * Fix long lines * Fix the relay test * Add missing doc. * fix size ordering problem
…,2}d_transpose (apache#6065) * Change the meaning of output_padding to correspond to conv{1,2}d_transpose * Fix long lines * Fix the relay test * Add missing doc. * fix size ordering problem
…,2}d_transpose (apache#6065) * Change the meaning of output_padding to correspond to conv{1,2}d_transpose * Fix long lines * Fix the relay test * Add missing doc. * fix size ordering problem
…,2}d_transpose (apache#6065) * Change the meaning of output_padding to correspond to conv{1,2}d_transpose * Fix long lines * Fix the relay test * Add missing doc. * fix size ordering problem
This is the follow-up to #5758 for conv3d.
All tests pass and work, but I noticed that there aren't any non-symmetrical shapes in the conv3d tests and adding such shapes gives a failing test, because the ref and output will have different shapes like (1, 16, 73, 72, 74) and (1, 16, 74, 73, 72). This is why one of the tests is commented out.
Ping: @vinx13 @siju-samuel