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 |
|
Yu Lianjie
|
5c04c31292
|
fix open-commands path (#1714)
|
2024-09-20 12:38:52 +08:00 |
|
Zengwei Yao
|
334beed2af
|
fix usages of returned losses after adding attention-decoder in zipformer (#1689)
|
2024-07-12 16:50:58 +08:00 |
|
Ziwei Li
|
f6febd658e
|
"-" replace "_" fix writing error (#1687)
|
2024-07-12 14:42:00 +08:00 |
|
Yuekai Zhang
|
6d7c1d13a5
|
update speechio whisper ft results (#1605)
* update speechio whisper ft results
|
2024-04-30 11:49:20 +08:00 |
|
yh646492956
|
f5d7818733
|
fix run.sh script in wenetspeech KWS (#1584)
Co-authored-by: Hao You <13182720519@sina.cn>
|
2024-04-09 15:16:12 +08:00 |
|
Wei Kang
|
42de459110
|
Fix decoding finetune model (#1568)
|
2024-03-26 10:38:21 +08:00 |
|
Wei Kang
|
b156b6c291
|
Add use-mux to finetune commands (#1567)
|
2024-03-26 09:42:46 +08:00 |
|
zr_jin
|
9b0eae3b4a
|
fixes for init value of diagnostics.TensorDiagnosticOptions (#1555)
|
2024-03-18 17:14:29 +08:00 |
|
zr_jin
|
eb132da00d
|
additional instruction for the grad_scale is too small error (#1550)
|
2024-03-14 11:33:49 +08:00 |
|
zr_jin
|
242002e0bd
|
Strengthened style constraints (#1527)
|
2024-03-04 23:28:04 +08:00 |
|
Wei Kang
|
aac7df064a
|
Recipes for open vocabulary keyword spotting (#1428)
* English recipe on gigaspeech; Chinese recipe on wenetspeech
|
2024-02-22 15:31:20 +08:00 |
|