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 |
|
Yifan Yang
|
57451b0382
|
refactor ksponspeech recipe (#1794)
Co-authored-by: Your Name <>
|
2024-11-01 22:49:19 +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 |
|
Seung Hyun Lee
|
031f892796
|
Reformat by black non-streaming zipformer recipe for ksponspeech (#1665)
|
2024-06-24 15:28:09 +08:00 |
|
Seung Hyun Lee
|
6f102d3470
|
Add non-streaming Zipformer recipe for KsponSpeech (#1664)
|
2024-06-24 14:07:37 +08:00 |
|
Seung Hyun Lee
|
2e05663fbb
|
Add prepare.sh for KsponSpeech recipe. (#1656)
|
2024-06-18 16:54:39 +08:00 |
|
Seung Hyun Lee
|
c13c7aa30b
|
Add Streaming Zipformer-Transducer recipe for KsponSpeech (#1651)
|
2024-06-16 16:20:44 +08:00 |
|