Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IIP-Sogang/olkavs-avspeech
/ functions
Functions
234 in github.com/IIP-Sogang/olkavs-avspeech
⨍
Functions
234
◇
Types & classes
60
Method
forward
Forward propagate a `inputs` for encoder training. Args: inputs (torch.FloatTensor): A input sequence passed to encoder
avsr/models/conformer/encoder.py:188
Method
forward
(self, inputs: Tensor)
avsr/models/conformer/activation.py:27
Method
forward
(self, inputs: Tensor)
avsr/models/conformer/activation.py:40
Method
forward
(self, length: int)
avsr/models/conformer/embedding.py:41
Method
forward
(self, inputs: Tensor)
avsr/models/conformer/feed_forward.py:56
Method
forward
Forward propagate a `inputs` and `targets` pair for training. Args: inputs (torch.FloatTensor): A input sequence passed
avsr/models/conformer/model.py:148
Function
get_batch_from_paths
(config, vocab, tr_video_paths, tr_audio_paths, tr_transcripts)
dataset/dataset.py:334
Method
get_lr
(self)
avsr/scheduler/abstract.py:8
Method
get_lr
(self)
avsr/scheduler/schedulers.py:39
Function
grp2char
(sentence)
vocabulary/utils.py:69
Method
label_to_string
Converts label to string (number => Hangeul) Args: labels (numpy.ndarray): number label Returns: sentence
avsr/utils/korean_funcs.py:171
Method
label_to_string
(self, labels)
vocabulary/utils.py:151
Method
label_to_string
Converts label to string (number => Hangeul) Args: labels (numpy.ndarray): number label Returns: sentence
vocabulary/utils.py:170
Method
metric
(self, s1: str, s2: str)
avsr/utils/metric.py:127
Method
metric
Computes the Word Error Rate, defined as the edit distance between the two provided sentences after tokenizing to words. A
avsr/utils/metric.py:151
Method
metric
Computes the Word Error Rate, defined as the edit distance between the two provided sentences after tokenizing to words. A
avsr/utils/metric.py:258
Function
ord_labeling
(df)
avsr/utils/korean_funcs.py:29
Function
ord_labeling
(df)
vocabulary/utils.py:29
Method
recognize
Recognize input speech. This method consists of the forward of the encoder and the decode() of the decoder. Args: inputs
avsr/models/conformer/model.py:201
Method
reset
(self)
avsr/utils/metric.py:35
Method
reset
(self)
avsr/utils/metric.py:61
Method
score
(self, text:str, features:torch.Tensor, embedder:torch.nn.Module, vocab2id
avsr/models/decoder.py:72
Function
seq_length_
(p)
dataset/dataset.py:397
Method
set_decoder
Setter for decoder
avsr/models/conformer/model.py:105
Method
set_encoder
Setter for encoder
avsr/models/conformer/model.py:101
Method
shuffle
Shuffle dataset
dataset/dataset.py:321
Function
single_infer
(config, vocab, search, metrics, audio_transform, tr_video_paths, tr_audio_paths, tr_korean_transcripts, tr_tr
inference.py:44
Method
step
(self, *args, **kwargs)
avsr/scheduler/abstract.py:11
Method
step
(self, on='step', loss=None, step=None, *args, **kwargs)
avsr/scheduler/schedulers.py:42
Function
target_length_
(p)
dataset/dataset.py:400
Function
train
(rank, world_size, config, vocab, trainset, validset, port)
train.py:85
Method
update_dropout
Update dropout probability of encoder
avsr/models/conformer/decoder.py:88
Method
update_dropout
Update dropout probability of encoder
avsr/models/conformer/encoder.py:182
Method
update_dropout
Update dropout probability of model
avsr/models/conformer/model.py:115
← previous
201–234 of 234, ranked by callers