4 Commits

Author SHA1 Message Date
yaozengwei
ac6c894391 fix typos 2023-06-14 11:26:51 +08:00
yaozengwei
40d2bda318 support CTC model export, add jit_pretrained_ctc.py, pretrained_ctc.py 2023-06-13 21:53:14 +08:00
yaozengwei
96233e35a1 add CTC loss option in zipformer recipe 2023-06-02 10:40:10 +08:00
Zengwei Yao
f18b539fbc
Add the upgraded Zipformer model (#1058)
* add the zipformer codes, copied from branch from_dan_scaled_adam_exp1119

* support model export with torch.jit.script

* update RESULTS.md

* support exporting streaming model with torch.jit.script

* add results of streaming models, with some minor changes

* update README.md

* add CI test

* update k2 version in requirements-ci.txt

* update pyproject.toml
2023-05-19 16:47:59 +08:00