↓ 1 callersMethod__init__(self, input_resolution=384, patch_size=16, width=768, layers=12, heads=12, output_dim=512, drop_path_rate=0.1
tools/models/ViT_Encoder.py:13
↓ 1 callersMethodforward_deep_prompt(self, embedding_output, features, H, W, _t, out_last=False)
tools/models/ViT_Encoder_add.py:177
Method__init__(self, input_resolution=384, patch_size=16, width=768, layers=12, heads=12, output_dim=512, drop_path_rate=0.1
tools/models/ViT_Encoder.py:138
Method__init__(self, out_dim, dim, num_heads=8, qkv_bias=False, qk_scale=None, attn_drop=0., proj_drop=0., settings='')
tools/models/Encoder_utils.py:36
Method__init__(self, width: int, layers: int, heads: int, attn_mask: torch.Tensor = None, drop_path_rate=0.)
tools/models/Encoder_utils.py:136
Method__init__(self, width: int, layers: int, heads: int, attn_mask: torch.Tensor = None, drop_path_rate=0.)
tools/models/Encoder_utils.py:153
Method__init__(self, input_resolution=384, patch_size=16, width=768, layers=12, heads=12, output_dim=512, drop_path_rate=0.1
tools/models/ViT_Encoder_add.py:14