Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need "valid" and "same" padding mode for convTranspose2d #80301

Open
ajinkyaambatwar opened this issue Jun 26, 2022 · 1 comment
Open

Need "valid" and "same" padding mode for convTranspose2d #80301

ajinkyaambatwar opened this issue Jun 26, 2022 · 1 comment
Labels
feature A request for a proper, new feature. module: convolution Problems related to convolutions (THNN, THCUNN, CuDNN) module: nn Related to torch.nn module: padding triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module

Comments

@ajinkyaambatwar
Copy link

ajinkyaambatwar commented Jun 26, 2022

馃殌 The feature, motivation and pitch

The "valid" and "same" padding mode have been added for conv2D and it was a heavily requested feature. I request to add the similar feature for convTranspose2D (this feature is already present in tf)

Alternatives

No response

Additional context

No response

cc @albanD @mruberry @jbschlosser @walterddr @kshitij12345 @saketh-are

@mruberry mruberry added feature A request for a proper, new feature. module: nn Related to torch.nn module: convolution Problems related to convolutions (THNN, THCUNN, CuDNN) triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module labels Jun 27, 2022
@jbschlosser
Copy link
Contributor

Hey @ajinkyaambatwar, thanks for the request! I think this is something we do want to support, but there are some implementation subtleties to get right. Details in #3867 and this post.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A request for a proper, new feature. module: convolution Problems related to convolutions (THNN, THCUNN, CuDNN) module: nn Related to torch.nn module: padding triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
None yet
Development

No branches or pull requests

3 participants