7 Commits

Author SHA1 Message Date
yaozengwei
40d2bda318 support CTC model export, add jit_pretrained_ctc.py, pretrained_ctc.py 2023-06-13 21:53:14 +08:00
yaozengwei
046b6cb6d5 add ctc_decode.py 2023-06-02 15:51:49 +08:00
yaozengwei
30e6cf1d49 Merge remote-tracking branch 'k2-fsa/master' into new-zipformer-add-ctc 2023-06-02 11:08:15 +08:00
yaozengwei
96233e35a1 add CTC loss option in zipformer recipe 2023-06-02 10:40:10 +08:00
Yifan Yang
82f34a2388
Remove multidataset from librispeech/pruned_transducer_stateless7 (#1105)
* Add People's Speech to multidataset

* update

* remove multi from librispeech
2023-06-01 18:45:20 +08:00
Fangjun Kuang
7b0afbdc16
Remove cur_batch_idx (#1102) 2023-05-30 14:49:54 +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