This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
icefall
Watch
1
Star
0
Fork
0
You've already forked icefall
mirror of
https://github.com/k2-fsa/icefall.git
synced
2025-08-17 05:02:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
icefall
/
egs
/
ksponspeech
/
ASR
/
zipformer
History
Zengwei Yao
334beed2af
fix usages of returned losses after adding attention-decoder in zipformer (
#1689
)
2024-07-12 16:50:58 +08:00
..
asr_datamodule.py
…
beam_search.py
…
ctc_decode.py
Reformat by black non-streaming zipformer recipe for ksponspeech (
#1665
)
2024-06-24 15:28:09 +08:00
decode_stream.py
…
decode.py
Reformat by black non-streaming zipformer recipe for ksponspeech (
#1665
)
2024-06-24 15:28:09 +08:00
decoder.py
…
encoder_interface.py
…
export-onnx-ctc.py
…
export-onnx-streaming-ctc.py
…
export-onnx-streaming.py
…
export-onnx.py
…
export.py
…
generate_averaged_model.py
…
joiner.py
…
model.py
…
onnx_check.py
…
onnx_decode.py
…
onnx_pretrained_ctc.py
…
onnx_pretrained-streaming-ctc.py
…
onnx_pretrained-streaming.py
…
onnx_pretrained.py
…
optim.py
…
pretrained_ctc.py
…
pretrained.py
…
README.md
…
scaling_converter.py
…
scaling.py
…
streaming_beam_search.py
…
streaming_decode.py
Reformat by black non-streaming zipformer recipe for ksponspeech (
#1665
)
2024-06-24 15:28:09 +08:00
subsampling.py
…
test_scaling.py
…
test_subsampling.py
…
train.py
fix usages of returned losses after adding attention-decoder in zipformer (
#1689
)
2024-07-12 16:50:58 +08:00
zipformer.py
…
README.md
This recipe implements Zipformer model.