This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
icefall
Archived
Watch
1
Star
0
Fork
0
You've already forked icefall
Code
Issues
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2026-03-23
. You can view files and clone it, but cannot push or open issues or pull requests.
icefall
/
egs
/
librispeech
/
ASR
/
zipformer
History
Fangjun Kuang
f85f0252a9
Add greedy search for streaming zipformer CTC. (
#1415
)
2023-12-13 17:34:12 +08:00
..
.gitignore
Add tests for subsample.py and fix typos (
#1180
)
2023-07-25 14:46:18 +08:00
asr_datamodule.py
Add the upgraded Zipformer model (
#1058
)
2023-05-19 16:47:59 +08:00
beam_search.py
Add the upgraded Zipformer model (
#1058
)
2023-05-19 16:47:59 +08:00
ctc_decode.py
Add CTC loss option in zipformer recipe (
#1111
)
2023-06-14 14:27:29 +08:00
decode_stream.py
Fix decode_stream.py (
#1208
)
2023-08-09 09:40:58 +08:00
decode.py
Add cumstomized score for hotwords (
#1385
)
2023-11-18 18:47:55 +08:00
decoder.py
minor fixes (
#1332
)
2023-10-24 08:17:17 +08:00
encoder_interface.py
Add the upgraded Zipformer model (
#1058
)
2023-05-19 16:47:59 +08:00
export-onnx-ctc.py
Add CTC HLG decoding for zipformer (
#1287
)
2023-10-02 14:00:06 +08:00
export-onnx-streaming-ctc.py
Support ONNX export for Streaming CTC Encoder (
#1413
)
2023-12-13 10:33:28 +08:00
export-onnx-streaming.py
first commit (
#1411
)
2023-12-12 18:13:26 +08:00
export-onnx.py
Fix exporting decoder model to onnx (
#1264
)
2023-09-22 09:57:15 +08:00
export.py
Use tokens.txt to replace bpe.model (
#1162
)
2023-08-12 16:53:59 +08:00
generate_averaged_model.py
zipformer wenetspeech (
#1130
)
2023-06-26 09:33:18 +08:00
jit_pretrained_ctc.py
Use tokens.txt to replace bpe.model (
#1162
)
2023-08-12 16:53:59 +08:00
jit_pretrained_streaming.py
zipformer wenetspeech (
#1130
)
2023-06-26 09:33:18 +08:00
jit_pretrained.py
zipformer wenetspeech (
#1130
)
2023-06-26 09:33:18 +08:00
joiner.py
fixes for init value of
diagnostics.TensorDiagnosticOptions
(
#1269
)
2023-09-24 17:06:47 +08:00
model.py
Add tests for subsample.py and fix typos (
#1180
)
2023-07-25 14:46:18 +08:00
onnx_check.py
Use tokens.txt to replace bpe.model (
#1162
)
2023-08-12 16:53:59 +08:00
onnx_decode.py
fixes for init value of
diagnostics.TensorDiagnosticOptions
(
#1269
)
2023-09-24 17:06:47 +08:00
onnx_pretrained_ctc_H.py
Add CTC HLG decoding for zipformer (
#1287
)
2023-10-02 14:00:06 +08:00
onnx_pretrained_ctc_HL.py
Add CTC HLG decoding for zipformer (
#1287
)
2023-10-02 14:00:06 +08:00
onnx_pretrained_ctc_HLG.py
Add CTC HLG decoding for zipformer (
#1287
)
2023-10-02 14:00:06 +08:00
onnx_pretrained_ctc.py
Add CTC HLG decoding for zipformer (
#1287
)
2023-10-02 14:00:06 +08:00
onnx_pretrained-streaming-ctc.py
Add greedy search for streaming zipformer CTC. (
#1415
)
2023-12-13 17:34:12 +08:00
onnx_pretrained-streaming.py
Add greedy search for streaming zipformer CTC. (
#1415
)
2023-12-13 17:34:12 +08:00
onnx_pretrained.py
Fix CI tests (
#1266
)
2023-09-21 21:16:14 +08:00
optim.py
Update optim.py (
#1366
)
2023-11-03 12:06:29 +08:00
pretrained_ctc.py
Use tokens.txt to replace bpe.model (
#1162
)
2023-08-12 16:53:59 +08:00
pretrained.py
zipformer wenetspeech (
#1130
)
2023-06-26 09:33:18 +08:00
profile.py
fixes for init value of
diagnostics.TensorDiagnosticOptions
(
#1269
)
2023-09-24 17:06:47 +08:00
scaling_converter.py
Fix ONNX export for the latest non-streaming zipformer. (
#1160
)
2023-07-03 23:56:51 +08:00
scaling.py
formatted the entire LibriSpeech recipe (
#1270
)
2023-09-24 17:31:01 +08:00
streaming_beam_search.py
zipformer wenetspeech (
#1130
)
2023-06-26 09:33:18 +08:00
streaming_decode.py
fixes for init value of
diagnostics.TensorDiagnosticOptions
(
#1269
)
2023-09-24 17:06:47 +08:00
subsampling.py
fixes for init value of
diagnostics.TensorDiagnosticOptions
(
#1269
)
2023-09-24 17:06:47 +08:00
test_scaling.py
Add tests for subsample.py and fix typos (
#1180
)
2023-07-25 14:46:18 +08:00
test_subsampling.py
Add tests for subsample.py and fix typos (
#1180
)
2023-07-25 14:46:18 +08:00
train.py
fixes for init value of
diagnostics.TensorDiagnosticOptions
(
#1269
)
2023-09-24 17:06:47 +08:00
zipformer.py
Fix chunk issue for sherpa (
#1316
)
2023-10-18 16:07:10 +08:00