Learn Before
Concept
Multiple Channels in Transposed Convolution
Transposed convolution handles multiple input and output channels using the same fundamental principles as regular convolution. If the input tensor has channels, the transposed convolution applies a distinct spatial kernel to each individual input channel. When configuring the layer to produce multiple output channels, it allocates a complete set of these kernels for every desired output channel. As a result, the complete multi-channel kernel tensor possesses a total shape of for each output channel, allowing the network to learn rich, multi-dimensional upsampling transformations.
0
1
Updated 2026-05-21
Tags
D2L
Dive into Deep Learning @ D2L