Method__init__(self, feature_scale=4, n_classes=21, is_deconv=True, in_channels=3, is_batchnorm=True)
code/networks/unet_3D.py:22
Method__init__(self, feature_scale=4, n_classes=21, is_deconv=True, in_channels=3, is_batchnorm=True)
code/networks/unet_3D_dv_semi.py:15
Method__init__(self, in_channels, n_filters, k_size, stride, padding, bias=True)
code/networks/utils.py:22
Method__init__(self, in_channels, n_filters, k_size, stride, padding, bias=True)
code/networks/utils.py:35
Method__init__(self, in_channels, n_filters, k_size, stride, padding, bias=True)
code/networks/utils.py:49
Method__init__(self, in_size, out_size, is_batchnorm, n=2, ks=3, stride=1, padding=1)
code/networks/utils.py:63
Method__init__(self, in_size, out_size, is_batchnorm, kernel_size=(3,3,1), padding_size=(1,1,0), init_stride=(1,1,1))
code/networks/utils.py:100
Method__init__(self, in_size, out_size, is_batchnorm, kernel_size=(3,3,1), padding_size=(1,1,0), init_stride=(1,1,1))
code/networks/utils.py:127
Method__init__(self, in_size, out_size, kernel_size=(1,1,1), is_batchnorm=True)
code/networks/utils.py:193
Method__init__(self, input_nc, output_nc, ngf=64, norm_layer=nn.BatchNorm2d, use_dropout=False, n_blocks=6, gpu_ids=[], padd
code/networks/networks_other.py:302
Method__init__(self, input_nc, output_nc, num_downs, ngf=64,
norm_layer=nn.BatchNorm2d, use_dropout=False,
code/networks/networks_other.py:401
Method__init__(self, outer_nc, inner_nc, input_nc=None,
submodule=None, outermost=False, innermost=False, n
code/networks/networks_other.py:428
Method__init__(self, input_nc, ndf=64, n_layers=3, norm_layer=nn.BatchNorm2d, use_sigmoid=False, gpu_ids=[])
code/networks/networks_other.py:482
Method__init__(self, in_channels, gating_channels, inter_channels=None, dimension=3, mode='concatenation',
code/networks/grid_attention_layer.py:8
Method__init__(self, in_channels, gating_channels, inter_channels=None, mode='concatenation',
sub_sample_fa
code/networks/grid_attention_layer.py:174
Method__init__(self, in_channels, gating_channels, inter_channels=None, dimension=3, mode='concatenation',
code/networks/grid_attention_layer.py:184
Method__init__(self, in_channels, gating_channels, inter_channels=None, mode='concatenation',
sub_sample_fa
code/networks/grid_attention_layer.py:360
Method__init__(self, in_channels, gating_channels, inter_channels=None, mode='concatenation',
sub_sample_fa
code/networks/grid_attention_layer.py:378
Method__init__(self, dim, window_size, num_heads, qkv_bias=True, qk_scale=None, attn_drop=0., proj_drop=0.)
code/networks/swin_transformer_unet_skip_expand_decoder_sys.py:77
Method__init__(self, dim, input_resolution, num_heads, window_size=7, shift_size=0,
mlp_ratio=4., qkv_bias=
code/networks/swin_transformer_unet_skip_expand_decoder_sys.py:188
Method__init__(self, dim, input_resolution, depth, num_heads, window_size,
mlp_ratio=4., qkv_bias=True, qk_
code/networks/swin_transformer_unet_skip_expand_decoder_sys.py:433
Method__init__(self, dim, input_resolution, depth, num_heads, window_size,
mlp_ratio=4., qkv_bias=True, qk_
code/networks/swin_transformer_unet_skip_expand_decoder_sys.py:506
Method__init__(self, img_size=224, patch_size=4, in_chans=3, embed_dim=96, norm_layer=None)
code/networks/swin_transformer_unet_skip_expand_decoder_sys.py:559
Method__init__(self, img_size=224, patch_size=4, in_chans=3, num_classes=1000,
embed_dim=96, depths=[2, 2,
code/networks/swin_transformer_unet_skip_expand_decoder_sys.py:625
Method__init__(self, input_channels, output_channels,
conv_op=nn.Conv2d, conv_kwargs=None,
code/networks/nnunet.py:47