Strided Transposed convolution issue #8400
Unanswered
EngineerKhan
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Have you seen the (You can look at its implementation to see how it does its padding calculation, if you like.) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to implement the strided transposed convolution.
This is my code:
But I cannot verify the
ans
size with the formula in section4.5 from convolution arithmetic.Am I doing anything wrong in using the formula? I have been unable to relate the
conv_general_dilated()
's formula for transposed convolution properly I think.Beta Was this translation helpful? Give feedback.
All reactions