MCPcopy Create free account

hub / github.com/SiavashShams/ssamba / functions

Functions171 in github.com/SiavashShams/ssamba

Functionamba_patch400_base
(refresh: bool = False, window_secs: float = 10.0, **kwargs)
src/finetune/iemocap/ssast/hubconf.py:76
Functionamba_patch400_small
(refresh: bool = False, window_secs: float = 10.0, **kwargs)
src/finetune/voxceleb1/ssast/hubconf.py:89
Functionamba_patch400_small
(refresh: bool = False, window_secs: float = 10.0, **kwargs)
src/finetune/iemocap/ssast/hubconf.py:89
Functionamba_patch400_tiny
(refresh: bool = False, window_secs: float = 10.0, **kwargs)
src/finetune/voxceleb1/ssast/hubconf.py:102
Functionamba_patch400_tiny
(refresh: bool = False, window_secs: float = 10.0, **kwargs)
src/finetune/iemocap/ssast/hubconf.py:102
Functioncalc_recalls
Computes recall at 1, 5, and 10 given a similarity matrix S. By convention, rows of S are assumed to correspond to images and columns are cap
src/utilities/util.py:9
Functioncompute_matchmap_similarity_matrix
Assumes image_outputs is a (batchsize, embedding_dim, rows, height) tensor Assumes audio_outputs is a (batchsize, embedding_dim, 1, time) ten
src/utilities/util.py:125
Functioncompute_pooldot_similarity_matrix
Assumes image_outputs is a (batchsize, embedding_dim, rows, height) tensor Assumes audio_outputs is a (batchsize, embedding_dim, 1, time) ten
src/utilities/util.py:141
Functioncount_parameters
(model)
src/utilities/util.py:298
Methodcreate_msg
List msg for verbose function
src/finetune/voxceleb1/ssast/audio.py:121
Methodcreate_msg
List msg for verbose function
src/finetune/iemocap/ssast/audio.py:121
Functioncreate_transform
(audio_config)
src/finetune/voxceleb1/ssast/audio.py:129
Functioncreate_transform
(audio_config)
src/finetune/iemocap/ssast/audio.py:129
Methodextra_repr
(self)
src/finetune/voxceleb1/ssast/audio.py:49
Methodextra_repr
(self)
src/finetune/voxceleb1/ssast/audio.py:118
Methodextra_repr
(self)
src/finetune/iemocap/ssast/audio.py:49
Methodextra_repr
(self)
src/finetune/iemocap/ssast/audio.py:118
Methodfinetuningavgtok
(self, x)
src/finetune/voxceleb1/ssast/ast_models.py:654
Methodfinetuningavgtok
(self, x)
src/finetune/iemocap/ssast/ast_models.py:654
Methodfinetuningcls
(self, x)
src/finetune/voxceleb1/ssast/ast_models.py:736
Methodfinetuningcls
(self, x)
src/finetune/iemocap/ssast/ast_models.py:736
Methodforward
(self, x)
src/models/both_models.py:47
Methodforward
(self, x, task, cluster=True, mask_patch=400)
src/models/both_models.py:699
Methodforward
(self, x, task, cluster=True, mask_patch=400)
src/models/both_models.py:1137
Methodforward
(self, wavs)
src/finetune/voxceleb1/ssast/expert.py:124
Methodforward
(self, x)
src/finetune/voxceleb1/ssast/ast_models.py:58
Methodforward
(self, x)
src/finetune/voxceleb1/ssast/ast_models.py:387
Methodforward
(self, x, cluster=True, mask_patch=400)
src/finetune/voxceleb1/ssast/ast_models.py:1193
Methodforward
(self, x)
src/finetune/voxceleb1/ssast/audio.py:43
Methodforward
(self, waveform)
src/finetune/voxceleb1/ssast/audio.py:88
Methodforward
(self, wavs)
src/finetune/iemocap/ssast/expert.py:124
Methodforward
(self, x)
src/finetune/iemocap/ssast/ast_models.py:58
Methodforward
(self, x)
src/finetune/iemocap/ssast/ast_models.py:387
Methodforward
(self, x, cluster=True, mask_patch=400)
src/finetune/iemocap/ssast/ast_models.py:1193
Methodforward
(self, x)
src/finetune/iemocap/ssast/audio.py:43
Methodforward
(self, waveform)
src/finetune/iemocap/ssast/audio.py:88
Functionget_immediate_subdirectories
(a_dir)
src/prep_data/esc50/prep_esc50.py:10
Functionget_immediate_subdirectories
(a_dir)
src/finetune/esc50/prep_esc50.py:32
Functionget_sinusoid_encoding
Sinusoid position encoding table
src/models/both_models.py:51
Functionget_sinusoid_encoding
Sinusoid position encoding table
src/finetune/voxceleb1/ssast/ast_models.py:63
Functionget_sinusoid_encoding
Sinusoid position encoding table
src/finetune/iemocap/ssast/ast_models.py:63
Functionload_progress
load progress pkl file Args: prog_pkl(str): path to progress pkl file Return: progress(list): epoch(int):
src/utilities/util.py:273
Functionlookup_list
(index_list, label_csv)
src/dataloader.py:43
Methodmpc
(self, x, mask_patch, cluster, show_mask=False)
src/finetune/voxceleb1/ssast/ast_models.py:823
Methodmpc
(self, x, mask_patch, cluster, show_mask=False)
src/finetune/iemocap/ssast/ast_models.py:823
Methodmpg
(self, input, mask_patch, cluster)
src/finetune/voxceleb1/ssast/ast_models.py:1081
Methodmpg
(self, input, mask_patch, cluster)
src/finetune/iemocap/ssast/ast_models.py:1081
Functionpreemphasis
perform preemphasis on the input signal. :param signal: The signal to filter. :param coeff: The preemphasis coefficient. 0 is none, default 0.
src/dataloader.py:50
Functionsampled_margin_rank_loss
Computes the triplet margin ranking loss for each anchor image/caption pair The impostor image/caption is randomly sampled from the minibatch
src/utilities/util.py:95
Functionsampled_triplet_loss_from_S
Input: Similarity matrix S as an autograd.Variable Output: The one-way triplet loss from rows of S to columns of S. Imposters are randoml
src/utilities/util.py:215
Functionsemihardneg_triplet_loss_from_S
Input: Similarity matrix S as an autograd.Variable Output: The one-way triplet loss from rows of S to columns of S. Impostors are taken t
src/utilities/util.py:177
Functionssast_frame_base
(refresh: bool = False, window_secs: float = 1.0, **kwargs)
src/finetune/voxceleb1/ssast/hubconf.py:18
Functionssast_frame_base
(refresh: bool = False, window_secs: float = 1.0, **kwargs)
src/finetune/iemocap/ssast/hubconf.py:18
Functionssast_patch250_base
(refresh: bool = False, window_secs: float = 10.0, **kwargs)
src/finetune/voxceleb1/ssast/hubconf.py:28
Functionssast_patch250_base
(refresh: bool = False, window_secs: float = 10.0, **kwargs)
src/finetune/iemocap/ssast/hubconf.py:28
Functionssast_patch250_small
(refresh: bool = False, window_secs: float = 10.0, **kwargs)
src/finetune/voxceleb1/ssast/hubconf.py:41
Functionssast_patch250_small
(refresh: bool = False, window_secs: float = 10.0, **kwargs)
src/finetune/iemocap/ssast/hubconf.py:41
Functionssast_patch250_tiny
(refresh: bool = False, window_secs: float = 10.0, **kwargs)
src/finetune/voxceleb1/ssast/hubconf.py:54
Functionssast_patch250_tiny
(refresh: bool = False, window_secs: float = 10.0, **kwargs)
src/finetune/iemocap/ssast/hubconf.py:54
Functionssast_patch300_base
(refresh: bool = False, window_secs: float = 10.0, **kwargs)
src/finetune/voxceleb1/ssast/hubconf.py:32
Functionssast_patch300_base
(refresh: bool = False, window_secs: float = 10.0, **kwargs)
src/finetune/iemocap/ssast/hubconf.py:32
Functionssast_patch300_small
(refresh: bool = False, window_secs: float = 10.0, **kwargs)
src/finetune/voxceleb1/ssast/hubconf.py:45
Functionssast_patch300_small
(refresh: bool = False, window_secs: float = 10.0, **kwargs)
src/finetune/iemocap/ssast/hubconf.py:45
Functionssast_patch300_tiny
(refresh: bool = False, window_secs: float = 10.0, **kwargs)
src/finetune/voxceleb1/ssast/hubconf.py:58
Functionssast_patch300_tiny
(refresh: bool = False, window_secs: float = 10.0, **kwargs)
src/finetune/iemocap/ssast/hubconf.py:58
Functionssast_patch400_base
(refresh: bool = False, window_secs: float = 10.0, **kwargs)
src/finetune/voxceleb1/ssast/hubconf.py:36
Functionssast_patch400_base
(refresh: bool = False, window_secs: float = 10.0, **kwargs)
src/finetune/iemocap/ssast/hubconf.py:36
Functionssast_patch400_small
(refresh: bool = False, window_secs: float = 10.0, **kwargs)
src/finetune/voxceleb1/ssast/hubconf.py:49
Functionssast_patch400_small
(refresh: bool = False, window_secs: float = 10.0, **kwargs)
src/finetune/iemocap/ssast/hubconf.py:49
Functionssast_patch400_tiny
(refresh: bool = False, window_secs: float = 10.0, **kwargs)
src/finetune/voxceleb1/ssast/hubconf.py:62
Functionssast_patch400_tiny
(refresh: bool = False, window_secs: float = 10.0, **kwargs)
src/finetune/iemocap/ssast/hubconf.py:62
← previous101–171 of 171, ranked by callers