Method__init__(self, embed_dim, num_heads, mlp_ratio, depth, norm_layer, init_std, qkv_bias, complete_block, classes=3)
model/linear_probe.py:102
Method__init__(
self,
crop_size: Union[int, Tuple[int, int]]=(224, 224),
num_frames: int=16,
sparsh/tactile_ssl/utils/masking.py:106
Method__init__(self, args, config, decoder_config, num_frames, add_time_attn, tube_size)
sparsh/tactile_ssl/model/point_mae.py:272
Method__init__(self, config, decoder_config, num_frames, add_time_attn, tube_size, now_sensor='gelsight')
sparsh/tactile_ssl/model/point_mae.py:810
Method__init__(
self,
optimizer,
steps_per_epoch,
start_lr,
T_max,
warmup_ep
sparsh/tactile_ssl/model/custom_scheduler.py:12
Method__init__(
self,
in_dim,
out_dim,
use_bn=False,
nlayers=3,
hidden_dim=2
sparsh/tactile_ssl/model/layers/dino_head.py:13
Method__init__(
self,
dim,
num_heads=12,
qkv_bias=False,
proj_bias=True,
att
sparsh/tactile_ssl/model/layers/attention.py:102
Method__init__(
self,
dim,
num_heads,
mlp_ratio=4.0,
qkv_bias=False,
act_lay
sparsh/tactile_ssl/model/layers/attention.py:178
Method__init__(
self,
dim,
num_heads,
mlp_ratio=4.0,
qkv_bias=False,
proj_bi
sparsh/tactile_ssl/model/layers/decoder_block.py:43
Method__init__(
self,
size: Union[int, List[int]],
stride: Union[int, List[int]],
embed_dim:
sparsh/tactile_ssl/model/layers/patch_embed.py:138
Method__init__(
self,
image_size=(3, 224, 224),
embed_dim='base',
patch_size=16,
res
sparsh/tactile_ssl/downstream_task/forcefield_sl.py:34
Method__init__(
self,
embed_dim='base',
num_heads=12,
mlp_ratio=4.0,
depth=1,
sparsh/tactile_ssl/downstream_task/pose_sl.py:36
Method__init__(
self,
embed_dim=768,
num_heads=12,
mlp_ratio=4.0,
depth=1,
n
sparsh/tactile_ssl/downstream_task/attentive_pooler.py:110
Method__init__(
self,
embed_dim='base',
num_heads=12,
mlp_ratio=4.0,
depth=1,
sparsh/tactile_ssl/downstream_task/textile_sl.py:33
Method__init__(
self,
embed_dim='base',
num_heads=12,
mlp_ratio=4.0,
depth=1,
sparsh/tactile_ssl/downstream_task/grasp_sl.py:28
Method__init__(
self,
embed_dim='base',
num_heads=12,
mlp_ratio=4.0,
depth=1,
sparsh/tactile_ssl/downstream_task/force_sl.py:26
Method__init__(self, p, s, h, emb_dim, resample_dim)
sparsh/tactile_ssl/downstream_task/utils_forcefield/layers/Reassemble.py:59