↓ 3 callersMethod__init__(self, in_channels, out_channels, kernel_size, stride=1,
padding=0, dilation=1, groups=1,
module/nas/operations.py:19
↓ 2 callersMethod__init__(self, block, layers, num_classes=1000, zero_init_residual=False,
groups=1, width_per_group=6
module/baseline/base_resnet/_resnets.py:117
↓ 2 callersMethodwindow_partition Args: x: (B, H, W, C) Returns: windows: (num_windows*B, window_size, window_size, C)
module/baseline/swin/swin_transformer.py:268
↓ 1 callersMethod__init__(self, in_strides:tuple, in_channels, channels=256,
stacked_nums=2, normalized_fusion='normal
module/nas/nasdecoder.py:14
↓ 1 callersMethod_check_branches(self, num_branches, blocks, num_blocks,
num_inchannels, num_channels)
module/baseline/base_hrnet/_hrnet.py:277
↓ 1 callersFunction_load_checkpointLoad checkpoint from somewhere (modelzoo, file, url). Args: filename (str): Accept local filepath, URL, ``torchvision://xxx``,
module/baseline/swin/checkpoint.py:225
↓ 1 callersMethod_make_one_branch(self, branch_index, block, num_blocks, num_channels,
stride=1)
module/baseline/base_hrnet/_hrnet.py:294