aky15
2023-03-14 fc606ceef3aa5a1dbca795a43147c0aa9ddf0b34
refs
用户 aky15 <ankeyu.aky@11.17.44.249>
星期二, 三月 14, 2023 20:42 +0800
提交者 aky15 <ankeyu.aky@11.17.44.249>
星期二, 三月 14, 2023 20:42 +0800
提交fc606ceef3aa5a1dbca795a43147c0aa9ddf0b34
目录 78599d94ddd41449dbc8c76c160ddd67a45951c1 目录 | zip | gz
parent 8f3930494a3f6b18981fda2b0ddf8b145b330b10 查看 | 对比
rnnt
2个文件已修改
32个文件已添加
8641 ■■■■■ 已修改文件
funasr/bin/asr_inference_launch.py 43 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/bin/asr_inference_rnnt.py 1297 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/bin/asr_train_transducer.py 46 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/__init__.py 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/activation.py 213 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/beam_search_transducer.py 705 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/decoder/__init__.py 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/decoder/abs_decoder.py 110 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/decoder/rnn_decoder.py 259 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/decoder/stateless_decoder.py 157 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/encoder/__init__.py 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/encoder/blocks/__init__.py 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/encoder/blocks/branchformer.py 178 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/encoder/blocks/conformer.py 198 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/encoder/blocks/conv1d.py 221 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/encoder/blocks/conv_input.py 226 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/encoder/blocks/linear_input.py 52 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/encoder/building.py 352 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/encoder/encoder.py 294 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/encoder/modules/__init__.py 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/encoder/modules/attention.py 246 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/encoder/modules/convolution.py 196 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/encoder/modules/multi_blocks.py 105 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/encoder/modules/normalization.py 170 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/encoder/modules/positional_encoding.py 91 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/encoder/sanm_encoder.py 835 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/encoder/validation.py 171 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/error_calculator.py 170 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/espnet_transducer_model.py 484 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/espnet_transducer_model_uni_asr.py 485 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/espnet_transducer_model_unified.py 588 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/joint_network.py 62 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/models_transducer/utils.py 200 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
funasr/tasks/asr_transducer.py 487 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史