MCPcopy Create free account

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

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

↓ 1 callersMethodfreeze_ctc_prefix_beam_search
( self, samples, ctc_final_layer, hparams=None,beam_size=None )
athena/models/asr/speech_conformer.py:200
↓ 1 callersMethodfreeze_ctc_probs
( self, samples, ctc_final_layer, hparams=None,beam_size=None )
athena/models/asr/speech_conformer.py:224
↓ 1 callersFunctionfreezed_inference
(x)
athena/freeze.py:51
↓ 1 callersFunctiongelu
Gaussian Error Linear Unit. This is a smoother version of the RELU. Original paper: https://arxiv.org/abs/1606.08415 Args: x:
athena/layers/functional.py:101
↓ 1 callersFunctiongen_window
generate window */
athena/transform/feats/ops/kernels/support_functions.cc:86
↓ 1 callersFunctiongenerate_features_csv
Extract features (mel, energy, f0) and return feat dict feat_dict = {utt_id:{[feat_file, wav_length]}}
examples/tts/data_baker/local/prepare_data.py:348
↓ 1 callersMethodgenerate_mpc_mask
generate mask for pretraining Args: acoustic features: i.e F-bank Return:: mask tensor
athena/models/masked_pc.py:160
↓ 1 callersMethodget
(self)
athena/utils/data_queue.py:57
↓ 1 callersFunctionget_angles
(pos, i, d_model)
athena/layers/functional.py:28
↓ 1 callersMethodget_context
runtime/core/cppflow/context.h:56
↓ 1 callersMethodget_eng
athena/transform/feats/ops/kernels/framepow.cc:99
↓ 1 callersMethodget_spc
athena/transform/feats/ops/kernels/spectrum.cc:193
↓ 1 callersFunctionimage_normalizer
Image Normalization http://dev.ipol.im/~nmonzon/Normalization.pdf
athena/data/datasets/asr/audio_video_recognition_batch_bins.py:86
↓ 1 callersMethodimage_normalizer
(self, image)
athena/data/datasets/asr/audio_video_recognition.py:79
↓ 1 callersFunctioninference
entry point for model inference, do some preparation work
athena/inference.py:32
↓ 1 callersMethodinference
decode the model
athena/solver.py:532
↓ 1 callersMethodinference
Calculate replicated sequences based on duration sequences Args: phoneme_sequences: sequences of phoneme features, shape: [batch,
athena/models/tts/fastspeech.py:336
↓ 1 callersMethodinference_saved_model
decode the model
athena/solver.py:366
↓ 1 callersMethodinit_eng
athena/transform/feats/ops/kernels/framepow.cc:51
↓ 1 callersMethodinit_spc
athena/transform/feats/ops/kernels/spectrum.cc:76
↓ 1 callersMethodinitialize_weights
Args: value_length: the length of value, shape: [batch] max_len: the maximun length Returns: init
athena/layers/attention.py:415
↓ 1 callersFunctioninsert_blank
Insert blank token between every two label token.
athena/alignment.py:31
↓ 1 callersFunctionis_all_eng
(words)
examples/tts/data_baker/local/prepare_data.py:162
↓ 1 callersFunctionis_within_directory
(directory, target)
examples/asr/librispeech/local/prepare_data.py:77
↓ 1 callersFunctionis_within_directory
(directory, target)
examples/tts/ljspeech/local/prepare_data.py:207
↓ 1 callersMethodload_audio_feature
(self, audio_feature_file)
athena/data/datasets/tts/speech_fastspeech2.py:127
↓ 1 callersMethodload_cmvn
load mean and var
athena/data/feature_normalizer.py:185
↓ 1 callersMethodload_cmvn
load mel_mean, mel_var, f0_mean, f0_var and energy_mean, energy_var
athena/data/feature_normalizer.py:281
↓ 1 callersMethodload_csv
(self, csv_file)
athena/data/text_featurizer.py:191
↓ 1 callersMethodload_duration
(self, duration)
athena/data/datasets/tts/speech_fastspeech2.py:74
↓ 1 callersFunctionmake_bitrev
runtime/core/frontend/fft.cc:36
↓ 1 callersFunctionmake_bitrev
runtime/server/x86/frontend/fft.cc:36
↓ 1 callersMethodmake_downsample_layer
perform downsampling using conv layer with stride != 1
athena/layers/resnet_block.py:61
↓ 1 callersFunctionmake_sintbl
runtime/core/frontend/fft.cc:10
↓ 1 callersFunctionmake_sintbl
runtime/server/x86/frontend/fft.cc:10
↓ 1 callersMethodmerge_ctc_sequence
(self, seqs, blank=-1)
athena/models/asr/speech_conformer_ctc.py:246
↓ 1 callersFunctionmfcc
runtime/core/cppflow/raw_ops.h:13347
↓ 1 callersFunctionmul
runtime/core/cppflow/raw_ops.h:13555
↓ 1 callersFunctionmul
runtime/server/x86/cppflow/raw_ops.h:13555
↓ 1 callersFunctionnaive_dft
naive DFT */
athena/transform/feats/ops/kernels/support_functions.cc:353
↓ 1 callersMethodnextTask
Retrieves the next task from the queue
runtime/core/utils/thread_pool.h:104
↓ 1 callersMethodnextTask
Retrieves the next task from the queue
runtime/server/x86/utils/thread_pool.h:104
↓ 1 callersFunctionnormalize_hkust_trans
normalize HKUST transcripts delete unuseful symbols and keep space between English words Args: trans: original transcripts
examples/asr/hkust/local/prepare_data.py:42
↓ 1 callersFunctionnormalize_numbers
normalize numbers in text
examples/tts/ljspeech/local/prepare_data.py:96
↓ 1 callersMethodnum_sample
runtime/core/frontend/wav.h:121
↓ 1 callersMethodnum_sample
runtime/core/frontend/audio_pack_sim.h:57
↓ 1 callersMethodnum_sample
runtime/server/x86/frontend/audio_pack_sim.h:57
↓ 1 callersFunctionparse_values
Parses hyperparameter values from a string into a python map. `values` is a string containing comma-separated `name=value` pairs. For each pa
athena/utils/hparam.py:190
↓ 1 callersFunctionpinyin_2_phoneme
(pinyin_line, words)
examples/tts/data_baker/local/prepare_data.py:170
↓ 1 callersFunctionprepare_data
(data_dir='', subset='XL')
examples/asr/gigaspeech/local/prepare_data.py:95
↓ 1 callersFunctionpreprocess
Custom pipeline for English text, including number and abbreviation expansion.
examples/tts/ljspeech/local/prepare_data.py:169
↓ 1 callersMethodpreprocess_data
generate a list of tuples (wav_filename, wav_length_ms, speaker).
athena/data/datasets/speech_set.py:41
↓ 1 callersMethodpreprocess_data
loading data
athena/data/datasets/base.py:138
↓ 1 callersMethodpreprocess_data
load csv file
athena/data/datasets/language_set.py:41
↓ 1 callersMethodpreprocess_data
generate a list of tuples (wav_filename, wav_length_ms, transcript, speaker).
athena/data/datasets/asr/speech_recognition.py:65
↓ 1 callersMethodpreprocess_data
generate a list of tuples (wav_filename, wav_length_ms, transcript, speaker).
athena/data/datasets/asr/audio_video_recognition.py:83
↓ 1 callersMethodpreprocess_data
generate a list of tuples (feat_key, speaker).
athena/data/datasets/mpc/mpc_speech_set_kaldiio.py:44
↓ 1 callersMethodpreprocess_data
generate a list of tuples (wav_filename, wav_length_ms, speaker).
athena/data/datasets/mpc/mpc_speech_set.py:42
↓ 1 callersMethodpreprocess_data
generate a list of tuples (wav_filename, wav_offset, wav_length_ms, transcript, label).
athena/data/datasets/vad/vad_set_kaldiio.py:64
↓ 1 callersMethodpreprocess_data
generate a list of tuples (audio_feature, wav_length_ms, transcript, duration, speaker).
athena/data/datasets/tts/speech_fastspeech2.py:81
↓ 1 callersMethodpreprocess_data
generate a list of tuples (wav_filename, wav_length_ms, transcript, speaker).
athena/data/datasets/tts/speech_synthesis.py:53
↓ 1 callersMethodpreprocess_data
generate a list of tuples (utt_id, transcript).
athena/data/datasets/tts/speech_synthesis_test.py:48
↓ 1 callersMethodpreprocess_data
(self, data_dir="")
athena/data/datasets/kws/speech_wakeup_kaldiio.py:53
↓ 1 callersMethodpreprocess_data
(self, data_dir="")
athena/data/datasets/kws/speech_wakeup_kaldiio_av.py:53
↓ 1 callersMethodpreprocess_data
(self, data_dir="")
athena/data/datasets/kws/speech_wakeup_framewise_kaldiio.py:50
↓ 1 callersMethodpreprocess_kaldi_data
Generate a list of tuples (feat_key, speaker).
athena/data/datasets/asr/speech_recognition_kaldiio.py:69
↓ 1 callersMethodproc_eng
athena/transform/feats/ops/kernels/framepow.cc:65
↓ 1 callersMethodproc_spc
athena/transform/feats/ops/kernels/spectrum.cc:92
↓ 1 callersFunctionprocess_data
(speech_dataset_dir, background_dataset_dir, out_dir)
examples/vad/google_dataset_v2/local/prepare_data.py:154
↓ 1 callersFunctionprocess_files
process decode log, generate label file and results files
athena/tools/process_decode_result.py:22
↓ 1 callersFunctionprocess_phonelabeling
Convert phonelabeling to phone_dur dict Args: dataset_dir Returns: phone_dur_dict: {utt_id:[phone_str, interval_str]}
examples/tts/data_baker/local/prepare_data.py:270
↓ 1 callersFunctionprocess_prosody
Convert phonelabeling to phone dict Args: dataset_dir Returns: phone_dict: {sent_id:[phone_str]}
examples/tts/data_baker/local/prepare_data.py:247
↓ 1 callersFunctionprocess_wav
Downsampling wav and return wav dict
examples/tts/data_baker/local/prepare_data.py:308
↓ 1 callersFunctionprocessor
download and process
examples/asr/librispeech/local/prepare_data.py:161
↓ 1 callersFunctionprocessor
download and process
examples/asr/aishell/local/prepare_data.py:93
↓ 1 callersFunctionprocessor
download and process
examples/asr/hkust/local/prepare_data.py:187
↓ 1 callersFunctionprocessor
download and process
examples/tts/ljspeech/local/prepare_data.py:307
↓ 1 callersFunctionprocessor
download and process
examples/tts/data_baker/local/prepare_data.py:391
↓ 1 callersFunctionrebalance_data
(feat_dict_1, label_dict_1, feat_dict_2, label_dict_2)
examples/vad/google_dataset_v2/local/prepare_data.py:106
↓ 1 callersFunctionremove_unnecessary_symbols
remove unnecessary symbols in text
examples/tts/ljspeech/local/prepare_data.py:152
↓ 1 callersMethodrestore_from_pretrained_model
restore from pretrained model
athena/models/base.py:66
↓ 1 callersMethodrun
runtime/core/utils/thread_pool.h:147
↓ 1 callersMethodrun
runtime/server/x86/utils/thread_pool.h:147
↓ 1 callersFunctionsafe_extract
(tar, path=".", members=None, *, numeric_owner=False)
examples/asr/librispeech/local/prepare_data.py:86
↓ 1 callersFunctionsafe_extract
(tar, path=".", members=None, *, numeric_owner=False)
examples/tts/ljspeech/local/prepare_data.py:216
↓ 1 callersMethodsample_rate
runtime/core/frontend/wav.h:117
↓ 1 callersMethodsample_rate
runtime/core/frontend/audio_pack_sim.h:55
↓ 1 callersMethodsample_rate
runtime/server/x86/frontend/audio_pack_sim.h:55
↓ 1 callersMethodsave_vocab
(self, vocab_file)
athena/data/text_featurizer.py:184
↓ 1 callersMethodscore
text_list: list of char
athena/models/lm/kenlm.py:45
↓ 1 callersFunctionseg_word2file
(vocab_path, text_path, file_out_path)
examples/asr/misp/local/segment_word.py:36
↓ 1 callersFunctionseg_word2file
(vocab_path, text_path, file_out_path)
examples/asr/aishell/local/segment_word.py:36
↓ 1 callersFunctionseg_word2stdio
(vocab_path, text_path)
examples/asr/misp/local/segment_word.py:27
↓ 1 callersFunctionseg_word2stdio
(vocab_path, text_path)
examples/asr/aishell/local/segment_word.py:27
↓ 1 callersFunctionsegment_trans
segment transcripts according to vocab using Maximum Matching Algorithm Args: vocab_file: vocab file text_file: transcripts f
examples/asr/hkust/local/segment_word.py:26
↓ 1 callersMethodset_cepstral_lifter
athena/transform/feats/ops/kernels/mfcc_dct.cc:77
↓ 1 callersMethodset_coefficient_count
athena/transform/feats/ops/kernels/mfcc_dct.cc:73
↓ 1 callersFunctionset_default_summary_writer
(summary_directory=None)
athena/utils/misc.py:480
↓ 1 callersMethodset_delta_pitch
athena/transform/feats/ops/kernels/pitch.h:99
↓ 1 callersMethodset_dither
athena/transform/feats/ops/kernels/spectrum.cc:70
← previousnext →501–600 of 3,518, ranked by callers