Method__init__(self, root, ann_file='', img_prefix='', transform=None, target_transform=None,
loader=defaul
classification/data/cached_image_folder.py:228
Method__init__(self, in_features, hidden_features=None, out_features=None, act_layer=nn.GELU, drop=0.,channels_first=False)
classification/models/modules.py:122
Method__init__(self, in_features, hidden_features=None, out_features=None, act_layer=nn.GELU, drop=0.,channels_first=False)
classification/models/modules.py:143
Method_load_from_state_dict(self, state_dict, prefix, local_metadata, strict, missing_keys, unexpected_keys, error_msgs)
classification/models/modules.py:37
Method_load_from_state_dict(self, state_dict, prefix, local_metadata, strict, missing_keys, unexpected_keys, error_msgs)
classification/models/gspn.py:587
Method_make_patch_embed(in_chans=3, embed_dim=96, patch_size=4, patch_norm=True, norm_layer=nn.LayerNorm, channel_first=False)
classification/models/gspn.py:452
Method_make_patch_embed_v2(in_chans=3, embed_dim=96, patch_size=4, patch_norm=True, norm_layer=nn.LayerNorm, channel_first=False)
classification/models/gspn.py:461
Functionconv2d(input, weight, bias=None, stride=1, padding=0, dilation=1, groups=1)
t2i/src/eval/ops/conv2d_gradfix.py:35
Functionconv_transpose2d(input, weight, bias=None, stride=1, padding=0, output_padding=0, groups=1, dilation=1)
t2i/src/eval/ops/conv2d_gradfix.py:40