MCPcopy Create free account

hub / github.com/athena-team/athena / functions

Functions3,518 in github.com/athena-team/athena

Method__init__
(self, d_model, kernel_size=17, causal=True,
athena/layers/u2/conv_module_u2.py:44
Method__init__
(self, encoder_layers, static_chunk_size: int = 0, use_dyna
athena/layers/u2/transformer_u2.py:175
Method__init__
(self, decoder_layers)
athena/layers/u2/transformer_u2.py:223
Method__init__
( self, d_model, nhead, dim_feedforward=2048, dropout=0.1, activation="gelu" )
athena/layers/u2/transformer_u2_layer.py:160
Method__init__
Construct an Conv2dSubsampling4 object.
athena/layers/u2/subsampling.py:48
Method__init__
( self, d_model, nhead, dim_feedforward=2048, dropout=0.1, activation="gelu" )
athena/layers/u2/conformer_u2_layer.py:178
Method__init__
(self, encoder_layers, static_chunk_size: int = 0, use_dyna
athena/layers/u2/conformer_u2.py:174
Method__init__
(self, decoder_layers)
athena/layers/u2/conformer_u2.py:365
Method__init__
(self, d_model, max_position=5000, dropout_rate=0.0, scale=False)
athena/layers/u2/embedding.py:26
Method__init__
(self, **kwargs)
athena/models/base.py:27
Method__init__
(self, data_descriptions, config=None)
athena/models/masked_pc.py:57
Method__init__
(self, data_descriptions, config=None)
athena/models/asr/mtl_seq2seq.py:52
Method__init__
(self, data_descriptions, config=None)
athena/models/asr/speech_u2.py:751
Method__init__
(self, data_descriptions, config=None)
athena/models/asr/speech_u2.py:810
Method__init__
(self, data_descriptions, config=None)
athena/models/asr/av_mtl_seq2seq.py:49
Method__init__
(self, data_descriptions, config=None)
athena/models/asr/av_conformer.py:58
Method__init__
(self, data_descriptions, config=None)
athena/models/asr/speech_transformer.py:61
Method__init__
(self, data_descriptions, config=None)
athena/models/asr/speech_conformer.py:60
Method__init__
(self, data_descriptions, config=None)
athena/models/asr/speech_conformer_ctc.py:57
Method__init__
(self, data_descriptions, config=None)
athena/models/vad/vad_dnn.py:37
Method__init__
Initialize TFReflectionPad1d module. Args: padding_size (int) padding_type (str) ("CONSTANT", "REFLECT", or "SYMMETRI
athena/models/vad/vad_marblenet.py:30
Method__init__
Initialize BNResidualBlock module. Args: kernel_size (int): Kernel size. filters (int): Number of filters.
athena/models/vad/vad_marblenet.py:57
Method__init__
(self, config)
athena/models/vad/vad_marblenet.py:189
Method__init__
config including the params for build lm
athena/models/lm/rnn_lm.py:41
Method__init__
config including the params for build lm
athena/models/lm/nn_lm.py:32
Method__init__
(self, lm_path)
athena/models/lm/kenlm.py:26
Method__init__
config including the params for build lm
athena/models/lm/transformer_lm.py:42
Method__init__
Initialize duration calculator
athena/models/tts/fastspeech2.py:184
Method__init__
(self, hparams, **kwargs)
athena/models/tts/fastspeech2.py:222
Method__init__
(self, data_descriptions, config=None)
athena/models/tts/tts_transformer.py:70
Method__init__
(self)
athena/models/tts/fastspeech.py:333
Method__init__
Initialize duration calculator Args: teacher_model: the pretrained model used to calculate durations and outputs. tea
athena/models/tts/fastspeech.py:432
Method__init__
(self, data_descriptions, config=None)
athena/models/tts/tacotron2.py:78
Method__init__
(self, data_descriptions, config=None)
athena/models/kws/cnn_wakeup.py:37
Method__init__
(self, data_descriptions, config=None)
athena/models/kws/transformer_wakeup_2dense.py:43
Method__init__
(self, data_descriptions, config=None)
athena/models/kws/conformer_wakeup.py:44
Method__init__
(self, **kwargs)
athena/models/kws/base.py:27
Method__init__
(self, data_descriptions, config=None)
athena/models/kws/misp_wakeup.py:37
Method__init__
(self, data_descriptions, config=None)
athena/models/kws/dnn_wakeup.py:37
Method__init__
(self, data_descriptions, config=None)
athena/models/kws/transformer_wakeup_resnet.py:43
Method__init__
(self, data_descriptions, config=None)
athena/models/kws/transformer_wakeup_focal_loss.py:43
Method__init__
(self, data_descriptions, config=None)
athena/models/kws/transformer_wakeup.py:43
Method__init__
(self, data_descriptions, config=None)
athena/models/kws/transformer_wakeup_average_pooling.py:43
Method__init__
(self, data_descriptions, config=None)
athena/models/kws/crnn_wakeup.py:37
Method__init__
(self, data_descriptions, config=None)
athena/models/kws/transformer_av_wakeup.py:43
Method__init__
Init config of AudioFeaturizer. Args: config: 'type': The name of the feature you want to extract. That is, '
athena/transform/audio_featurizer.py:40
Method__init__
(self, config: dict)
athena/transform/feats/mel_spectrum.py:41
Method__init__
(self, config: dict)
athena/transform/feats/read_wav.py:38
Method__init__
(self, config: dict)
athena/transform/feats/add_rir_noise_aecres.py:30
Method__init__
(self, config)
athena/transform/feats/base_frontend.py:25
Method__init__
(self, config: dict)
athena/transform/feats/base_frontend.py:37
Method__init__
(self, config: dict)
athena/transform/feats/pitch.py:39
Method__init__
(self, config: dict)
athena/transform/feats/framepow.py:38
Method__init__
(self, config: dict)
athena/transform/feats/spectrum.py:41
Method__init__
(self, config: dict)
athena/transform/feats/mfcc.py:41
Method__init__
(self, config: dict)
athena/transform/feats/write_wav.py:36
Method__init__
(self, config: dict)
athena/transform/feats/cmvn.py:40
Method__init__
(self, config: dict)
athena/transform/feats/fbank.py:41
Method__init__
(self, config: dict)
athena/transform/feats/fbank_pitch.py:36
Method__init__
(self, config)
examples/tts/data_baker/local/extract_feat.py:29
Method__iter__
(self)
athena/utils/num_elements_batch_sampler.py:167
Method__len__
(self)
athena/utils/num_elements_batch_sampler.py:164
Method__len__
(self)
athena/data/text_featurizer.py:149
Method__len__
(self)
athena/data/text_featurizer.py:199
Method__len__
(self)
athena/data/text_featurizer.py:257
Method__len__
(self)
athena/data/datasets/base.py:145
Method__len__
(self)
athena/data/datasets/asr/speech_recognition_batch_bins_kaldiio.py:209
Method__len__
(self)
athena/data/datasets/asr/audio_video_recognition_batch_bins.py:201
Method__len__
(self)
athena/data/datasets/asr/speech_recognition_batch_bins.py:166
Method__repr__
(self)
athena/utils/hparam.py:640
Method__repr__
(self)
athena/utils/num_elements_batch_sampler.py:154
Method_default_unk_index
(self)
athena/data/text_featurizer.py:78
Method_default_unk_symbol
(self)
athena/data/text_featurizer.py:81
Function_expand_decimal_point
(m)
examples/tts/ljspeech/local/prepare_data.py:56
Function_expand_dollars
(m)
examples/tts/ljspeech/local/prepare_data.py:59
Function_expand_number
(m)
examples/tts/ljspeech/local/prepare_data.py:82
Function_expand_ordinal
(m)
examples/tts/ljspeech/local/prepare_data.py:79
Method_forward_encoder_log_ctc
(self, samples, final_layer, training: bool = None)
athena/models/asr/speech_transformer.py:175
Method_forward_encoder_log_ctc
(self, samples, final_layer, training: bool = None)
athena/models/asr/speech_conformer.py:172
Method_forward_encoder_log_ctc
(self, samples, training: bool = None)
athena/models/asr/speech_conformer_ctc.py:153
Function_gen_data
multi thread loader
athena/data/datasets/base.py:37
Function_gen_data
multi thread loader
athena/data/datasets/asr/speech_recognition_batch_bins_kaldiio.py:36
Function_gen_data
multi thread loader
athena/data/datasets/asr/audio_video_recognition_batch_bins.py:36
Function_gen_data
multi thread loader
athena/data/datasets/asr/speech_recognition_batch_bins.py:36
Method_get_kind_name
Returns the field name given parameter type and is_list. Args: param_type: Data type of the hparam. is_list: Whether
athena/utils/hparam.py:644
Function_progress
(count, block_size, total_size)
examples/asr/librispeech/local/prepare_data.py:63
Function_progress
(count, block_size, total_size)
examples/tts/ljspeech/local/prepare_data.py:193
Function_progress
(count, block_size, total_size)
examples/tts/data_baker/local/prepare_data.py:226
Function_remove_commas
(m)
examples/tts/ljspeech/local/prepare_data.py:53
Functionabs
runtime/server/x86/cppflow/raw_ops.h:26
Functionaccumulate_n_v2
runtime/core/cppflow/raw_ops.h:50
Functionaccumulate_n_v2
runtime/server/x86/cppflow/raw_ops.h:50
Functionaccumulator_num_accumulated
runtime/core/cppflow/raw_ops.h:80
Functionaccumulator_num_accumulated
runtime/server/x86/cppflow/raw_ops.h:80
Functionaccumulator_take_gradient
runtime/core/cppflow/raw_ops.h:104
Functionaccumulator_take_gradient
runtime/server/x86/cppflow/raw_ops.h:104
Functionacos
runtime/core/cppflow/raw_ops.h:132
Functionacos
runtime/server/x86/cppflow/raw_ops.h:132
Functionacosh
runtime/core/cppflow/raw_ops.h:156
Functionacosh
runtime/server/x86/cppflow/raw_ops.h:156
← previousnext →1,101–1,200 of 3,518, ranked by callers