↓ 4 callersMethod_make_layer(self, block, planes, blocks, stride=1, avg_down=False, dilate=False, attention_module=None)
networks/imagenet/resnet.py:240
↓ 4 callersMethod_make_layer(self, block, planes, blocks, stride=1, dilate=False, attention_module=None)
mmdetection/mmdet/models/backbones/resnet_simam.py:236
↓ 3 callersMethod__init__(self, in_planes, out_planes, kernel_size, stride=1, padding=0, dilation=1, groups=1, relu=True, bn=True, bias
networks/attentions/cbam_module.py:7
↓ 2 callersMethod__init__(self, block, layers, num_classes=1000, zero_init_residual=False,
groups=1, width_per_group=6
networks/imagenet/resnet.py:160
↓ 1 callersMethod_make_layer(self, block, in_planes, out_planes, nb_layers, stride, dropRate)
networks/cifar/wideresnet.py:12
Method__init__(self, inplanes, planes, stride=1, downsample=None, groups=1,
base_width=64, dilation=1, norm
networks/imagenet/resnet.py:37
Method__init__(self, inplanes, planes, stride=1, downsample=None, groups=1,
base_width=64, dilation=1, norm
networks/imagenet/resnet.py:101
Method__init__(self, gate_channels, reduction=16, pool_types=['avg', 'max'], no_spatial=False)
networks/attentions/cbam_module.py:85
Method__init__(self, in_planes, out_planes, stride, dropRate=0.0, attention_module=None)
networks/cifar/block.py:231
Method__init__(self, nb_layers, in_planes, out_planes, block, stride, dropRate=0.0)
networks/cifar/wideresnet.py:9