Contents:
upBlockNoSkip
Bases: Module
Module
Spatial upsampling and then convBlock
in_channels (int) – number of input channels
out_channels (int) – number of output channels
Forward pass of the upBlock.
x1 (torch.Tensor) – Input tensor
Output tensor
torch.Tensor