5 Commits

Author SHA1 Message Date
yaozengwei
9eaff3364c add ctc-greedy-search with timestamps 2023-02-13 19:10:33 +08:00
yaozengwei
cca3113817 calculate symbol delay for (start, end) timestamps 2023-02-07 21:16:56 +08:00
yaozengwei
3e1d14b9f8 add parse_fsa_timestamps_and_texts function, test in conformer_ctc3/decode.py 2023-02-07 14:59:29 +08:00
Zengwei Yao
5a05b95730
add params.hlg_scale (#880) 2023-02-06 23:21:46 +08:00
Zengwei Yao
ece728d895
Apply delay penalty on k2 ctc loss (#669)
* add init files

* fix bug, apply delay penalty

* fix decoding code and getting timestamps

* add option applying delay penalty on ctc log-prob

* fix bug of streaming decoding

* minor change for bpe-based case

* add test_model.py

* add README.md

* add CI
2022-11-28 22:34:02 +08:00