Method__init__(self, input_resolution: int, patch_size: int, width: int, layers: int, heads: int, output_dim: int)
extract_clip/model.py:207
Method__init__(
self,
size,
scale=(0.08, 1.0),
ratio=(3.0 / 4.0, 4.0 / 3.0),
interpo
slowfast/datasets/transform.py:741
Method__init__(self, dim, num_heads=8, qkv_bias=False, qk_scale=None, attn_drop=0., proj_drop=0.)
slowfast/models/uniformer.py:69
Method__init__(self, in_features, hidden_features=None, out_features=None, act_layer=nn.GELU, drop=0.)
slowfast/models/uniformer.py:97
Method__init__(self, dim, num_heads, mlp_ratio=4., qkv_bias=False, qk_scale=None, drop=0., attn_drop=0.,
dr
slowfast/models/uniformer.py:116
Method__init__(self, dim, num_heads, mlp_ratio=4., qkv_bias=False, qk_scale=None, drop=0., attn_drop=0.,
dr
slowfast/models/uniformer.py:138
Method__init__(self, dim, num_heads, mlp_ratio=4., qkv_bias=False, qk_scale=None, drop=0., attn_drop=0.,
dr
slowfast/models/uniformer.py:164
Method__init__(self, img_size=224, patch_size=16, in_chans=3, embed_dim=768, std=False)
slowfast/models/uniformer.py:231
Method__init__(
self, d_model, n_head, attn_mask=None, drop_path=0.0,
dw_reduction=1.5, no_lmhra=Fa
slowfast/models/uniformerv2_model.py:63
Method__init__(
self, width, layers, heads, attn_mask=None, backbone_drop_path_rate=0.,
use_checkpo
slowfast/models/uniformerv2_model.py:186
Method__init__(
self,
# backbone
input_resolution, patch_size, width, layers, heads, output_dim, ba
slowfast/models/uniformerv2_model.py:278
Method__init__(
self,
dim_in=3,
dim_out=768,
kernel=(1, 16, 16),
stride=(1, 4, 4),
slowfast/models/stem_helper.py:295