↓ 5 callersMethod__init__(self, in_class,block, layers=(3, 4, 23, 3))
models/two_d/pspnet.py:87
↓ 4 callersMethod__init__(self, in_input = 3,classes=2, P1=2, P2=3, P3=8, P4=6, aux=False)
models/two_d/miniseg.py:98
↓ 4 callersMethod_make_layer(self, block, planes, blocks, stride=1, dilation=1, multi_grid=1, bn_momentum=0.0003)
models/two_d/deeplab.py:83
↓ 1 callersFunctionget_resnet101(in_class, dilation=[1,1,1,1], bn_momentum=0.0003, is_fpn=False)
models/two_d/deeplab.py:121
Method__init__(self, inplanes, planes, stride=1, dilation=1, downsample=None, fist_dilation=1, multi_grid=1, bn_momentum=0.0
models/two_d/deeplab.py:17
Method__init__(self, in_class, block, layers, dilation=[1,1,1,1], bn_momentum=0.0003, is_fpn=False)
models/two_d/deeplab.py:62
Method__init__(self, features, out_features=1024, sizes=(1, 2, 3, 6))
models/two_d/pspnet.py:140
Method__init__(self, in_class=1,n_classes=1, sizes=(1, 2, 3, 6), psp_size=512, deep_features_size=1024, backend='resnet34',
models/two_d/pspnet.py:175
Method__init__(self, input_dim, embed_dim, cube_size, patch_size, num_heads, num_layers, dropout, extract_layers)
models/three_d/unetr.py:172
Method__init__(self, img_shape=(128, 128, 128), input_dim=4, output_dim=3, embed_dim=768, patch_size=16, num_heads=12, dropo
models/three_d/unetr.py:195
Method__init__(self, num_layers, num_input_features, bn_size, growth_rate, drop_rate)
models/three_d/densenet3d.py:30
Method__init__(self, in_channels=1, classes=1, growth_rate=16, block_config=(4, 4, 4, 4), num_init_features=32, drop_rate=0.
models/three_d/densenet3d.py:65
Method__init__(self, num_layers, num_input_features, bn_size, growth_rate, drop_rate=0.2)
models/three_d/densevoxelnet3d.py:42