Teo Wen Shen
|
da87e7fc99
|
add weights_only=False to torch.load (#1984)
|
2025-07-10 15:27:08 +08:00 |
|
Yifan Yang
|
4627969ccd
|
fix bug: undefined name 'partial' (#1941)
|
2025-05-12 14:19:53 +08:00 |
|
math345
|
64c5364085
|
Fix bug: When resuming training from a checkpoint, model_avg was not assigned, resulting in a None error. (#1914)
|
2025-04-10 11:37:28 +08:00 |
|
Wei Kang
|
86bd16d496
|
[KWS]Remove graph compiler (#1905)
|
2025-04-02 22:10:06 +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 |
|
Zengwei Yao
|
334beed2af
|
fix usages of returned losses after adding attention-decoder in zipformer (#1689)
|
2024-07-12 16:50:58 +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 |
|