↓ 29 callersMethodbackward(self, req, out_grad, in_data, out_data, in_grad, aux)
gluoncv/nn/sampler.py:288
↓ 8 callersFunction_add_conv(out, channels=1, kernel=1, stride=1, pad=0,
num_group=1, active=True, relu6=False, norm_layer=B
gluoncv/model_zoo/mobilenet.py:56
↓ 7 callersMethod__init__(self, channels, in_channels=None, stride=1,
norm_layer=BatchNorm, norm_kwargs=None)
gluoncv/model_zoo/residual_attentionnet.py:74
↓ 6 callersMethod_make_layer(self, stage_index, block, planes, blocks, strides=1, dilation=1,
avg_down=False, norm_lay
gluoncv/model_zoo/resnetv1b.py:201
↓ 5 callersMethod__init__(self, block, layers, channels, classes=1000, thumbnail=False,
norm_layer=BatchNorm, norm_kwa
gluoncv/model_zoo/se_resnet.py:328
↓ 5 callersMethod__init__(self, block, layers, channels, classes=1000, thumbnail=False,
last_gamma=False, use_se=False
gluoncv/model_zoo/resnet.py:383