yaozengwei
c33ebefaf8
Merge remote-tracking branch 'k2-fsa/master' into new-zipformer-add-ctc
2023-06-14 11:36:20 +08:00
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
046b6cb6d5
add ctc_decode.py
2023-06-02 15:51:49 +08:00
Yifan Yang
ca60ced213
Fix typo ( #1114 )
...
* Fix typo for zipformer
* Fix typo for pruned_transducer_stateless7
* Fix typo for pruned_transducer_stateless7_ctc
* Fix typo for pruned_transducer_stateless7_ctc_bs
* Fix typo for pruned_transducer_stateless7_streaming
* Fix typo for pruned_transducer_stateless7_streaming_multi
* Fix file permissions for pruned_transducer_stateless7_streaming_multi
* Fix typo for pruned_transducer_stateless8
* Fix typo for pruned_transducer_stateless6
* Fix typo for pruned_transducer_stateless5
* Fix typo for pruned_transducer_stateless4
* Fix typo for pruned_transducer_stateless3
2023-06-02 14:12:42 +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