↓ 3 callersMethod__init__(self, input_dim, output_dim, head_dim, window_size, type)
package/agent_tools/SCUNet/models/network_scunet.py:16
↓ 3 callersMethod__init__(self, dim, padding_type, norm_layer, activation=nn.ReLU(True), use_dropout=False)
package/agent_tools/IDT/models/ICRA.py:106
↓ 3 callersMethod__init__(self, img_channel=3, width=16, middle_blk_num=1, enc_blk_nums=[], dec_blk_nums=[])
package/agent_tools/SnowMaster/nafnet.py:107
↓ 3 callersFunction_to_channel_last Args: x: (B, C, H, W) Returns: x: (B, H, W, C)
package/agent_tools/S2Former/UDR_S2Former.py:11
↓ 2 callersMethod__init__(
self,
num_crop=20,
crop_size=224,
default_mean=[0.485, 0.456, 0.406],
dependences/IQA-PyTorch/pyiqa/archs/ahiq_arch.py:170
↓ 2 callersMethod__init__(self, channels=3, downsample=False, test_y_channel=True, color_space='yiq', crop_border=0.)
dependences/IQA-PyTorch/pyiqa/archs/ssim_arch.py:87
↓ 2 callersMethod__init__(self, in_features, out_features, bias=True, eps=1e-5, n_iter=5, momentum=0.1, block=512)
package/agent_tools/KANet/deconv.py:161