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 |
|
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 |
|
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
|
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 |
|