class documentation

class DUC(nn.Module):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method forward Undocumented
Instance Variable layers Undocumented
def __init__(self, in_channels, channels, upscale_factor=2, layer_number=2):

Undocumented

def forward(self, x):

Undocumented

layers =

Undocumented