↓ 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