↓ 5 callersMethod__init__(
self, layers, channels=(256, 512, 1024, 2048),
num_classes=1000, in_chans=3, global_
timm/models/resnetv2.py:342
↓ 5 callersMethod__init__(
self, img_size=224, patch_size=16, in_chans=3, num_classes=1000, embed_dims=(0, 0, 0, 0),
timm/models/coat.py:329
↓ 5 callersMethod__init__(
self, in_chs, out_chs, kernel_size, stride=1, dilation=1, pad_type='',
skip=False, a
timm/models/efficientnet_blocks.py:53
↓ 5 callersMethod__init__(self, dim, num_heads, mlp_ratio=4., drop=0., attn_drop=0., drop_path=0.,
act_layer=nn.GELU,
timm/models/twins.py:199
↓ 4 callersMethod__init__(
self, base_dim, depth, heads, mlp_ratio, pool=None, drop_rate=.0, attn_drop_rate=.0, drop_path_p
timm/models/pit.py:78
↓ 4 callersMethod__init__(self, cfg, in_chans=3, num_classes=1000, output_stride=32, global_pool='avg', drop_rate=0.,
timm/models/cspnet.py:345
↓ 4 callersMethod__init__(self, dim, input_resolution, depth, num_heads, window_size,
mlp_ratio=4., qkv_bias=True, dro
timm/models/swin_transformer.py:378
↓ 4 callersMethod_make_layer(self, block, planes, blocks, groups, reduction, stride=1,
downsample_kernel_size=1, downs
timm/models/senet.py:351
↓ 4 callersMethod_make_layer(self, block, planes, blocks, stride=1, use_se=True, aa_layer=None)
timm/models/tresnet.py:214
↓ 3 callersMethod__init__(self, small=False, num_init_features=64, k_r=96, groups=32,
b=False, k_sec=(3, 4, 20, 3), in
timm/models/dpn.py:169
↓ 3 callersMethod__init__(self, growth_rate=32, block_config=(6, 12, 24, 16), bn_size=4, stem_type='',
num_classes=100
timm/models/densenet.py:165
↓ 3 callersMethod__init__(self, dim, num_heads, head_dim_ratio=1., mlp_ratio=4.,
drop=0., attn_drop=0., drop_path=0.,
timm/models/visformer.py:112
↓ 3 callersMethod__init__(self, cfg, num_classes=1000, in_chans=3, drop_rate=0.0, global_pool='avg')
timm/models/selecsls.py:156
↓ 3 callersMethod__init__(self, img_size=224, patch_size=16, in_chans=3, num_classes=1000, embed_dim=768, in_dim=48, depth=12,
timm/models/tnt.py:152
↓ 3 callersFunctioncreate_one_example(format, question, context, choice, answer, lecture, solution, test_example=True, WithOutput = False, curr_le_
utils_prompt.py:50
↓ 2 callersMethod__init__(self, in_channels, out_channels, reps, strides=1, start_with_relu=True, grow_first=True)
timm/models/xception.py:66
↓ 2 callersMethod__init__(self, inplanes, planes, stride=1, dilation=1, start_with_relu=True, norm_layer=None)
timm/models/gluon_xception.py:67
↓ 2 callersMethod__init__(self, cfgs, num_classes=1000, width=1.0, dropout=0.2, in_chans=3, output_stride=32, global_pool='avg')
timm/models/ghostnet.py:136
↓ 2 callersMethod__init__(
self, in_chs, out_chs, stride=1, dilation=1, pad_type='',
start_with_relu=True, no_s
timm/models/xception_aligned.py:82
↓ 2 callersMethod__init__(self, layers, in_chans=3, num_classes=1000, width_factor=1.0, global_pool='fast', drop_rate=0.)
timm/models/tresnet.py:156
↓ 2 callersMethod__init__(self, block, layers, num_classes=1000, in_chans=3,
cardinality=1, base_width=64, stem_width=
timm/models/resnet.py:578
↓ 2 callersMethod__init__(self, dim, num_heads, mlp_ratio=4., qkv_bias=False, drop=0., attn_drop=0.,
drop_path=0., act
timm/models/vision_transformer.py:201
↓ 2 callersMethod__init__(self, cfg, in_chans=3, num_classes=1000, output_stride=32, global_pool='avg', drop_rate=0.,
timm/models/regnet.py:240