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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem in conv_transpose2d #34

Closed
amirshamaei opened this issue Dec 21, 2023 · 1 comment
Closed

problem in conv_transpose2d #34

amirshamaei opened this issue Dec 21, 2023 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@amirshamaei
Copy link

amirshamaei commented Dec 21, 2023

Hi, there is a problem in conv_transpose2d

 out = F.conv_transpose2d(input, weight, bias, self.stride,
                                 self.padding, self.output_padding,
                                 self.dilation, self.groups)

According to pytorch doc, it should be first groups, and then dilation

@ranganathkrishnan ranganathkrishnan added the duplicate This issue or pull request already exists label Jan 2, 2024
@ranganathkrishnan
Copy link
Contributor

Thanks @amirshamaei for identifying the problem. Fixed with commit 97ba16a.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants