Transposed Convolution
In Pytorch, use ConvTranspose2d
I saw this through U-Net.
Resources
- https://d2l.ai/chapter_computer-vision/transposed-conv.html
- https://pytorch.org/docs/stable/generated/torch.nn.ConvTranspose2d.html
In Pytorch, use ConvTranspose2d
I saw this through U-Net.
Resources