15 Commits

Author SHA1 Message Date
Bailey Hirota
6213a1de7f add log message for no musan manifest found 2025-07-11 19:34:26 +09:00
Bailey Hirota
2937532803 fix incomplete error handling 2025-07-11 19:13:19 +09:00
Bailey Hirota
7a56af4351 keep backward compatibility and add proper error handling for musan manifest loading 2025-07-11 19:07:45 +09:00
Bailey Machiko Hirota
345b2ab1b0
Merge branch 'k2-fsa:master' into musan 2025-07-11 17:52:46 +09:00
Bailey Hirota
9706ab1e41 Revert "Update RESULTS.md with streaming recipe"
This reverts commit de7406f1b996b43c6374d95fe2863bfade88230f.
2025-07-11 11:00:38 +09:00
Teo Wen Shen
da87e7fc99
add weights_only=False to torch.load (#1984) 2025-07-10 15:27:08 +08:00
Bailey Hirota
c49c3f2634 remove musan-k2-v2-reazonspeech-medium from repo 2025-04-16 13:30:32 +09:00
Bailey Hirota
cb4f4a941b complete musan rezonspeech integration 2025-04-16 13:25:40 +09:00
Kinan Martin
c5c35859ec implement musan and enable by default 2025-03-10 10:12:45 +09:00
Machiko Bailey
0855b0338a
Merge japanese-to-english multilingual branch (#1860)
* add streaming support to reazonresearch

* update README for streaming

* Update RESULTS.md

* add onnx decode

---------

Co-authored-by: root <root@KDA03.cm.cluster>
Co-authored-by: Fangjun Kuang <csukuangfj@gmail.com>
Co-authored-by: root <root@KDA01.cm.cluster>
Co-authored-by: zr_jin <peter.jin.cn@gmail.com>
2025-02-04 01:33:09 +08:00
Fangjun Kuang
d4d4f281ec
Revert "Replace deprecated pytorch methods (#1814)" (#1841)
This reverts commit 3e4da5f78160d3dba3bdf97968bd7ceb8c11631f.
2024-12-18 16:49:57 +08:00
Li Peng
3e4da5f781
Replace deprecated pytorch methods (#1814)
* Replace deprecated pytorch methods

- torch.cuda.amp.GradScaler(...) => torch.amp.GradScaler("cuda", ...)
- torch.cuda.amp.autocast(...) => torch.amp.autocast("cuda", ...)

* Replace `with autocast(...)` with `with autocast("cuda", ...)`


Co-authored-by: Li Peng <lipeng@unisound.ai>
2024-12-16 10:24:16 +08:00
Kinan Martin
de7406f1b9
Update RESULTS.md with streaming recipe 2024-12-09 20:51:29 -05:00
Zengwei Yao
334beed2af
fix usages of returned losses after adding attention-decoder in zipformer (#1689) 2024-07-12 16:50:58 +08:00
Triplecq
3b40d9bbb1
Zipformer recipe for ReazonSpeech (#1611)
* Add first cut at ReazonSpeech recipe

This recipe is mostly based on egs/csj, but tweaked to the point that
can be run with ReazonSpeech corpus.

Signed-off-by: Fujimoto Seiji <fujimoto@ceptord.net>

---------

Signed-off-by: Fujimoto Seiji <fujimoto@ceptord.net>
Co-authored-by: Fujimoto Seiji <fujimoto@ceptord.net>
Co-authored-by: Chen <qc@KDM00.cm.cluster>
Co-authored-by: root <root@KDA01.cm.cluster>
2024-06-13 14:19:03 +08:00