↓ 10 callersMethod__init__(self, in_features, hidden_features=None, out_features=None, act_layer=nn.GELU, drop=0.)
networks/swin_transformer_unet_skip_expand_decoder_sys.py:27
↓ 2 callersFunctionwindow_partition Args: x: (B, H, W, C) window_size (int): window size Returns: windows: (num_windows*B, window_size, window_size, C)
networks/swin_transformer_unet_skip_expand_decoder_sys.py:45
↓ 1 callersFunctiontest_single_volume(image, label, net, classes, patch_size=[256, 256], test_save_path=None, case=None, z_spacing=1)
utils.py:61
Method__init__(self, dim, window_size, num_heads, qkv_bias=True, qk_scale=None, attn_drop=0., proj_drop=0.)
networks/swin_transformer_unet_skip_expand_decoder_sys.py:91
Method__init__(self, dim, input_resolution, num_heads, window_size=7, shift_size=0,
mlp_ratio=4., qkv_bias=
networks/swin_transformer_unet_skip_expand_decoder_sys.py:194
Method__init__(self, dim, input_resolution, depth, num_heads, window_size,
mlp_ratio=4., qkv_bias=True, qk_
networks/swin_transformer_unet_skip_expand_decoder_sys.py:425
Method__init__(self, dim, input_resolution, depth, num_heads, window_size,
mlp_ratio=4., qkv_bias=True, qk_
networks/swin_transformer_unet_skip_expand_decoder_sys.py:495
Method__init__(self, img_size=224, patch_size=4, in_chans=3, embed_dim=96, norm_layer=None)
networks/swin_transformer_unet_skip_expand_decoder_sys.py:545
Method__init__(self, img_size=224, patch_size=4, in_chans=3, num_classes=1000,
embed_dim=96, depths=[2, 2,
networks/swin_transformer_unet_skip_expand_decoder_sys.py:608
Method__init__(self, config, img_size=224, num_classes=21843, zero_head=False, vis=False)
networks/vision_transformer.py:24