Closed amirshamaei closed 10 months ago
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
Thanks @amirshamaei for identifying the problem. Fixed with commit 97ba16ad044022035ba22b17aa279f2d389129eb.
Hi, there is a problem in conv_transpose2d
According to pytorch doc, it should be first groups, and then dilation