Hello everyone - I was looking for understanding on Conv2d and transpose2d output shape when stride > 1
used with padding = same
. I did some research and found few relevant links which support my confusion and thanks for such detailed explanation in the below links
- Lecture slide 44 (of 47) -Using Keras to duplicate calculations - #9 by paulinpaloalto
- How does padding work in transpose convolution? - #7 by rmwkwok
Also a follow up question, what do we mean by padding for transpose convolution layer?
And is padding done on input or output for transpose convolution?