pytorch_bn_fusion icon indicating copy to clipboard operation
pytorch_bn_fusion copied to clipboard

Handling ConvTranspose2d layers properly

Open eldarkurtic opened this issue 5 years ago • 0 comments

Weights in the Conv2d layer are stored as tensors with shape (out_channels, in_channels, kernel_size[0], kernel_size[1]), while weights in the ConvTranspose2d are stored as tensors with shape (in_channels, out_channels, kernel_size[0], kernel_size[1]).

eldarkurtic avatar Nov 19 '19 07:11 eldarkurtic