Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Z-yq/TensorflowASR
/ functions
Functions
1,065 in github.com/Z-yq/TensorflowASR
⨍
Functions
1,065
◇
Types & classes
251
↳
Endpoints
6
↓ 2 callers
Method
_check_log_interval
Save log interval.
punc_recover/trainer/base_trainers.py:209
↓ 2 callers
Method
_check_save_interval
Save log interval.
asr/trainer/base_runners.py:217
↓ 2 callers
Method
_check_save_interval
Save log interval.
vad/trainer/base_trainer.py:217
↓ 2 callers
Method
_check_save_interval
Save log interval.
punc_recover/trainer/base_trainers.py:217
↓ 2 callers
Method
_eval_batches
(self, )
asr/tester/base_tester.py:64
↓ 2 callers
Method
_mel_filters_areas
Area under each mel-filter.
leaf_audio/melfilters.py:76
↓ 2 callers
Method
_print_eval_metrics
(self, progbar)
asr/trainer/base_runners.py:237
↓ 2 callers
Method
_print_eval_metrics
(self, progbar)
vad/trainer/base_trainer.py:237
↓ 2 callers
Method
_print_eval_metrics
(self, progbar)
punc_recover/trainer/base_trainers.py:237
↓ 2 callers
Method
_print_train_metrics
(self, progbar)
asr/trainer/base_runners.py:231
↓ 2 callers
Method
_print_train_metrics
(self, progbar)
vad/trainer/base_trainer.py:231
↓ 2 callers
Method
_print_train_metrics
(self, progbar)
punc_recover/trainer/base_trainers.py:231
↓ 2 callers
Method
_spectrogram_mono
x.shape : (None, 1, len_src), returns 2D batch of a mono power-spectrogram
asr/models/layers/time_frequency.py:100
↓ 2 callers
Method
bert_feature_loss
(self, real, pred)
punc_recover/trainer/punc_trainer.py:93
↓ 2 callers
Method
check_valid
(self, txt, vocab_list)
punc_recover/dataloaders/punc_dataloader.py:197
↓ 2 callers
Method
classes_acc
(self, real, pred)
punc_recover/trainer/punc_trainer.py:118
↓ 2 callers
Method
classes_loss
(self, real, pred)
punc_recover/trainer/punc_trainer.py:104
↓ 2 callers
Method
compile
(self, sd)
Inference/PythonInference/stream_asr_session.py:291
↓ 2 callers
Method
compile
(self,sd)
Inference/PythonInference/offline_asr_session.py:61
↓ 2 callers
Method
creat_mask
(self, seq)
punc_recover/trainer/punc_trainer.py:26
↓ 2 callers
Function
create_system
根据数字系统类型返回创建相应的数字系统,默认为 mid NUMBERING_TYPES = ['low', 'mid', 'high']: 中文数字系统类型 low: '兆' = '亿' * '十' = $10^{9}$, '京' = '兆' * '十', et
augmentations/tts_for_asr/utils/normalize.py:182
↓ 2 callers
Method
ctc_acc
(self, labels, y_pred)
asr/trainer/ctc_runners.py:48
↓ 2 callers
Method
digit2chntext
(self)
augmentations/tts_for_asr/utils/normalize.py:439
↓ 2 callers
Function
extract_diagonals
(log_probs)
asr/losses/rnnt_losses.py:39
↓ 2 callers
Method
generate
(self, train=True)
asr/dataloaders/am_dataloader.py:240
↓ 2 callers
Method
generate
(self, train=True)
asr/dataloaders/chunk_dataloader.py:262
↓ 2 callers
Method
getLengthInSeconds
Inference/CppInference/onnx/ext/AudioFile.hpp:332
↓ 2 callers
Method
get_num
(self, x, y, z)
augmentations/augments.py:45
↓ 2 callers
Function
get_symbol
(char, system)
augmentations/tts_for_asr/utils/normalize.py:226
↓ 2 callers
Method
get_target
(self, text)
punc_recover/dataloaders/punc_dataloader.py:170
↓ 2 callers
Function
hanning
(n: int)
leaf_audio/utils.py:73
↓ 2 callers
Method
inference
(self,wav)
Inference/PythonInference/vad/src/vad.py:18
↓ 2 callers
Method
init_decoder_caches
(self, B)
asr/models/chunk_conformer_blocks.py:809
↓ 2 callers
Method
init_params
(self)
vad/offline_vad.py:41
↓ 2 callers
Method
init_params
(self)
Inference/PythonInference/stream_asr_session.py:295
↓ 2 callers
Method
init_params
(self)
Inference/PythonInference/offline_asr_session.py:63
↓ 2 callers
Method
init_picker_caches
(self, B)
asr/models/chunk_conformer_blocks.py:798
↓ 2 callers
Function
levenshtein
(u, v)
utils/xer.py:12
↓ 2 callers
Function
load_yaml
(path)
utils/user_config.py:8
↓ 2 callers
Function
load_yaml
(path)
Inference/PythonInference/utils/user_config.py:8
↓ 2 callers
Method
mask_loss
(self,label,y_pred)
asr/trainer/ctc_runners.py:69
↓ 2 callers
Method
mask_loss
(self,y,pred)
vad/trainer/vad_trainer.py:42
↓ 2 callers
Method
on_sentence_end
(self, message)
Inference/PythonInference/stream_asr_session.py:79
↓ 2 callers
Function
point_wise_feed_forward_network
(d_model, dff)
punc_recover/models/punc_transformer.py:128
↓ 2 callers
Method
preprocess
(self, txts)
punc_recover/dataloaders/punc_dataloader.py:111
↓ 2 callers
Function
preprocess_paths
(paths)
Inference/PythonInference/utils/tools.py:26
↓ 2 callers
Function
print_one_line
(*args)
utils/tools.py:113
↓ 2 callers
Method
process_punc
(self, puncs)
punc_recover/dataloaders/punc_dataloader.py:185
↓ 2 callers
Method
release
\brief Releases ownership of the contained pointer
Inference/CppInference/onnx/ext/onnxruntime/include/onnxruntime_cxx_api.h:200
↓ 2 callers
Method
reset_chunk_end
(self)
Inference/PythonInference/stream_asr_session.py:417
↓ 2 callers
Method
reset_live_result
(self)
Inference/PythonInference/stream_asr_session.py:447
↓ 2 callers
Function
shape_list
Deal with dynamic shape in tensorflow cleanly.
asr/models/layers/multihead_attention.py:18
↓ 2 callers
Function
split_title_line
A function that splits any string based on specific character (returning it with the string), with maximum number of words on it
utils/plot.py:9
↓ 2 callers
Method
startid
(self)
utils/text_featurizers.py:75
↓ 2 callers
Method
synthesize
:param text:sil+待合成文本+sil,如果有标点符号,请手动替换成sil,egs:sil这是一个例子sil :param spk_ids:0~514, :param speed:速度控制,值大于1为变慢,小于1为加速。
augmentations/tts_for_asr/tts.py:20
↓ 2 callers
Method
telephone2chntext
(self, fixed=False)
augmentations/tts_for_asr/utils/normalize.py:460
↓ 2 callers
Method
translate_acc
(self,label,y_pred,length)
asr/trainer/ctc_runners.py:63
↓ 1 callers
Method
Add_noise
(self, x, d, SNR)
augmentations/augments.py:106
↓ 1 callers
Method
GetExecutionProviderType
Default implementation of GetExecutionProviderType that returns nullptr to default to the CPU provider
Inference/CppInference/onnx/ext/onnxruntime/include/onnxruntime_cxx_api.h:960
↓ 1 callers
Method
GetInputCharacteristic
Default implementations of GetInputCharacteristic() and GetOutputCharacteristic() below (inputs and outputs are required by default)
Inference/CppInference/onnx/ext/onnxruntime/include/onnxruntime_cxx_api.h:964
↓ 1 callers
Method
GetOutputCharacteristic
Inference/CppInference/onnx/ext/onnxruntime/include/onnxruntime_cxx_api.h:968
↓ 1 callers
Method
GetTensorElementType
Inference/CppInference/onnx/ext/onnxruntime/include/onnxruntime_cxx_inline.h:1097
↓ 1 callers
Method
GetTensorMutableData
Inference/CppInference/onnx/ext/onnxruntime/include/onnxruntime_cxx_inline.h:971
↓ 1 callers
Method
GetTensorShapeElementCount
Inference/CppInference/onnx/ext/onnxruntime/include/onnxruntime_cxx_inline.h:1091
↓ 1 callers
Method
GetTensorTypeAndShape
Inference/CppInference/onnx/ext/onnxruntime/include/onnxruntime_cxx_inline.h:1085
↓ 1 callers
Method
Get_Asr_Result
Inference/CppInference/onnx/src/core/asr_session.cpp:263
↓ 1 callers
Method
Initial
Inference/CppInference/onnx/src/core/asr_session.cpp:16
↓ 1 callers
Method
Parase
Inference/CppInference/onnx/src/core/asr_session.cpp:182
↓ 1 callers
Method
Reset_LIVE_ASR_STATES
Inference/CppInference/onnx/src/core/asr_session.cpp:270
↓ 1 callers
Method
__init__
(self, config)
train_asr.py:39
↓ 1 callers
Method
__init__
running_config: batch_size: 8 num_epochs: 20 outdir: ... log_interval_s
asr/trainer/base_runners.py:13
↓ 1 callers
Method
__init__
(self, amin=1e-10, top_db=80.0, **kwargs)
asr/models/layers/utils.py:41
↓ 1 callers
Method
__init__
(self, n_dft=512, n_hop=None, padding='same', power_spectrogram=2.0, return_decibel_spectrogr
asr/models/layers/time_frequency.py:8
↓ 1 callers
Method
__init__
( self, head_size: int, num_heads: int, output_size: int = None, dropo
asr/models/layers/multihead_attention.py:26
↓ 1 callers
Method
__init__
(self)
augmentations/augments.py:30
↓ 1 callers
Method
__init__
running_config: batch_size: 8 num_epochs: 20 outdir: ... log_interval_s
vad/trainer/base_trainer.py:13
↓ 1 callers
Method
__init__
(self, dmodel: int, frame: int, name="cnn_online_vad",
vad/models/vad_model.py:7
↓ 1 callers
Method
__init__
running_config: batch_size: 8 num_epochs: 20 outdir: ... log_interval_s
punc_recover/trainer/base_trainers.py:13
↓ 1 callers
Method
__init__
(self, dmodel: int, name="cnn_online_vad", **kwargs)
Inference/PythonInference/vad/src/models/vad_model.py:6
↓ 1 callers
Method
_build
(self)
asr/models/chunk_conformer_blocks.py:723
↓ 1 callers
Method
_build
(self)
asr/models/chunk_conformer_blocks.py:792
↓ 1 callers
Method
_check_eval_interval
Save log interval.
asr/trainer/base_runners.py:224
↓ 1 callers
Method
_check_eval_interval
Save log interval.
vad/trainer/base_trainer.py:224
↓ 1 callers
Method
_check_eval_interval
Save log interval.
punc_recover/trainer/base_trainers.py:224
↓ 1 callers
Method
_compute_causal_mask
(self, query, value=None)
asr/models/chunk_conformer_blocks.py:178
↓ 1 callers
Method
_eval_batches
One epoch evaluation.
asr/trainer/base_runners.py:170
↓ 1 callers
Method
_eval_batches
(self, )
vad/tester/base_tester.py:64
↓ 1 callers
Method
_eval_batches
One epoch evaluation.
vad/trainer/base_trainer.py:170
↓ 1 callers
Method
_eval_batches
(self, )
punc_recover/tester/base_tester.py:64
↓ 1 callers
Method
_eval_batches
One epoch evaluation.
punc_recover/trainer/base_trainers.py:170
↓ 1 callers
Method
_eval_step
One testing step Args: batch: a step fed from test dataset Returns: (file_paths, groundtruth, greedy
asr/tester/base_tester.py:74
↓ 1 callers
Method
_eval_step
One testing step Args: batch: a step fed from test dataset Returns: (file_paths, groundtruth, greedy
vad/tester/base_tester.py:73
↓ 1 callers
Method
_eval_step
One testing step Args: batch: a step fed from test dataset Returns: (file_paths, groundtruth, greedy
punc_recover/tester/base_tester.py:73
↓ 1 callers
Method
_particular
(self)
augmentations/tts_for_asr/utils/normalize.py:600
↓ 1 callers
Method
_print_eval_metrics
(self, progbar)
asr/tester/base_tester.py:84
↓ 1 callers
Method
_print_eval_metrics
(self, progbar)
vad/tester/base_tester.py:83
↓ 1 callers
Method
_print_eval_metrics
(self, progbar)
punc_recover/tester/base_tester.py:83
↓ 1 callers
Function
_shape
(batch_size, from_shape)
asr/models/layers/decoder.py:128
↓ 1 callers
Method
_train_batches
Train model one epoch.
asr/trainer/ctc_runners.py:236
↓ 1 callers
Method
_train_batches
Train model one epoch.
vad/trainer/vad_trainer.py:118
← previous
next →
101–200 of 1,065, ranked by callers