28 Commits

Author SHA1 Message Date
marcoyang
dae3a310f4 fix code style 2023-02-13 17:49:32 +08:00
marcoyang
8fb81e27cb lstm_transducer_stateless3/streaming-ncnn-decode.py 2023-02-13 17:48:46 +08:00
marcoyang
142ea421b0 small fix 2023-02-13 16:21:21 +08:00
marcoyang
6018f222df update decoding files 2023-02-13 16:21:01 +08:00
marcoyang
b39ac0207e add necessary files 2023-02-13 16:20:42 +08:00
marcoyang
461fe91dc3 copy file 2023-02-13 14:09:53 +08:00
marcoyang
b3fa59d68a Merge branch 'master' of github.com:marcoyang1998/icefall into add_lstm_transducer 2023-02-13 12:47:34 +08:00
marcoyang
eb9a5267a9 add args in streaming-ncnn-decode.py 2023-02-13 12:45:47 +08:00
marcoyang
c689b018d7 add new files 2023-02-13 12:45:22 +08:00
marcoyang
bff0822ffa small fix 2023-02-13 12:44:52 +08:00
marcoyang
04ce87e307 add export 2023-02-13 12:44:09 +08:00
marcoyang
8f5fcb2f52 add files 2023-02-13 12:18:58 +08:00
marcoyang
4d4a2c08f7 fix export for ncnn 2023-02-13 12:04:29 +08:00
marcoyang
72f5c5e17f add file 2023-02-13 11:54:23 +08:00
marcoyang
5596da0704 add export ncnn 2023-02-13 10:46:18 +08:00
KajiMaCN
57604aac34
fix tal_csasr data pre-processing (#898) 2023-02-10 21:28:19 +08:00
marcoyang
7556811d64 modify train.py 2023-02-10 16:49:57 +08:00
marcoyang
d1a0668f68 add soft links 2023-02-10 16:41:59 +08:00
marcoyang
3558556906 copy file and soft links 2023-02-10 16:40:18 +08:00
marcoyang
53454701cb fix segmentation fault 2022-11-22 11:39:21 +08:00
Desh Raj
d31db01037 manual correction of black formatting 2022-11-17 14:18:05 -05:00
Desh Raj
107df3b115 apply black on all files 2022-11-17 09:42:17 -05:00
Fangjun Kuang
60317120ca
Revert "Apply new Black style changes" 2022-11-17 20:19:32 +08:00
Desh Raj
d110b04ad3 apply new black formatting to all files 2022-11-16 13:06:43 -05:00
Fangjun Kuang
d1f16a04bd
fix type hints for decode.py (#623) 2022-10-18 06:56:12 +08:00
Fangjun Kuang
e18fa78c3a
Check that read_manifests_if_cached returns a non-empty dict. (#555) 2022-08-28 11:50:11 +08:00
Wei Kang
5c17255eec
Sort results to make it more convenient to compare decoding results (#522)
* Sort result to make it more convenient to compare decoding results

* Add cut_id to recognition results

* add cut_id to results for all recipes

* Fix torch.jit.script

* Fix comments

* Minor fixes

* Fix torch.jit.tracing for Pytorch version before v1.9.0
2022-08-12 07:12:50 +08:00
Mingshuang Luo
2cb1618c95
[Ready to merge] Pruned transducer stateless5 recipe for tal_csasr (mix Chinese chars and English BPE) (#428)
* add pruned transducer stateless5 recipe for tal_csasr

* do some changes for merging

* change for conformer.py

* add wer and cer for Chinese and English respectively

* fix a error for conformer.py
2022-06-28 11:02:10 +08:00