icefall/egs/librispeech/ASR/pruned_transducer_stateless7_streaming
Fangjun Kuang 34e40a86b3
Fix exporting decoder model to onnx (#1264)
* Use torch.jit.script() to export the decoder model

See also https://github.com/k2-fsa/sherpa-onnx/issues/327
2023-09-22 09:57:15 +08:00
..
2022-12-30 10:52:18 +08:00
2022-12-30 10:52:18 +08:00
2023-06-02 14:12:42 +08:00
2022-12-30 10:52:18 +08:00
2022-12-30 10:52:18 +08:00
2023-09-21 21:16:14 +08:00
2022-12-30 10:52:18 +08:00
2022-12-30 10:52:18 +08:00
2023-06-21 17:17:19 +08:00
2023-06-02 14:12:42 +08:00
2023-06-02 14:12:42 +08:00
2023-09-21 19:41:10 +08:00

This recipe implements Streaming Zipformer-Transducer model.

See https://k2-fsa.github.io/icefall/recipes/Streaming-ASR/librispeech/zipformer_transducer.html for detailed tutorials.

./emformer.py and ./train.py are basically the same as ./emformer2.py and ./train2.py. The only purpose of ./emformer2.py and ./train2.py is for exporting to sherpa-ncnn.