class documentation

Undocumented

Method __init__ Undocumented
Method forward x: [b,c,h,w] return out:[b,c,h,w]
Class Variable hyperparameters Undocumented
Instance Variable body Undocumented
Instance Variable stage Undocumented
def __init__(self, *, in_channels=3, out_channels=3, n_feat=40, stage=3, num_blocks=[1, 1, 1]): (source)

Undocumented

def forward(self, x): (source)

x: [b,c,h,w] return out:[b,c,h,w]

hyperparameters: dict = (source)

Undocumented

Undocumented

Undocumented