in_channels (int): Number of channels in the input tensor. out_channels (int): Number of channels produced by the convolution. kernel_size (int): Size of the square convolution kernel. stride (int, ...
Performs a 3D transposed convolution operation with asymmetric input and square kernel. The input is padded before the convolution. Args: in_channels (int): Number of channels in the input tensor. out ...