↓ 21 callersFunction_nfnet_cfg(
depths, channels=(256, 512, 1536, 1536), group_size=128, bottle_ratio=0.5, feat_mult=2.,
act
timm/models/nfnet.py:193
↓ 11 callersFunctionconv2d_iabn(ni, nf, stride, kernel_size=3, groups=1, act_layer="leaky_relu", act_param=1e-2)
timm/models/tresnet.py:60
↓ 9 callersFunction_nfres_cfg(
depths, channels=(256, 512, 1024, 2048), group_size=None, act_layer='relu', attn_layer=None, attn_kw
timm/models/nfnet.py:175
↓ 8 callersMethod__init__(self, in_chs, out_chs, kernel_size=3, stride=4, pool='maxpool',
num_rep=3, num_act=None, chs
timm/models/byobnet.py:869
↓ 8 callersFunction_rep_vgg_bcfg(d=(4, 6, 16, 1), wf=(1., 1., 1., 1.), groups=0)
timm/models/byobnet.py:150
↓ 6 callersMethod__init__(self, in_chs_left, out_chs_left, in_chs_right, out_chs_right, pad_type='',
is_reduction=Fals
timm/models/pnasnet.py:188