Method__init__(self, in_c, out_c, ker_size=(3, 3), stride=1, padding=1, batch_norm=True, relu=True)
networks/blocks.py:21
Method__init__(
self, in_c, out_c, kernel_size, stride, padding, scale_factor=(2, 2), mode="bilinear", batch_norm=Tr
networks/blocks.py:49
Method__init__(self, last_planes, in_planes, out_planes, dense_depth, stride, first_layer)
classifier_models/dpn.py:8
MethodforwardChannel shuffle: [N,C,H,W] -> [N,g,C/g,H,W] -> [N,C/g,g,H,w] -> [N,C,H,W]
classifier_models/shufflenetv2.py:15
MethodforwardChannel shuffle: [N,C,H,W] -> [N,g,C/g,H,W] -> [N,C/g,g,H,w] -> [N,C,H,W]
classifier_models/shufflenet.py:15