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