Teo Wen Shen
|
da87e7fc99
|
add weights_only=False to torch.load (#1984)
|
2025-07-10 15:27:08 +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 |
|
Han Zhu
|
bdd0f85704
|
Fix the normalized_text in LibriTTS recipe (#1825)
|
2024-12-05 15:12:06 +08:00 |
|
Han Zhu
|
18fa6a0fec
|
Fix LibriTTS prepare.sh (#1815)
|
2024-11-29 11:45:05 +08:00 |
|
Yuekai Zhang
|
cbe012d54c
|
Valle Recipe for WenetSpeech4TTS, LibriTTS, LibriTTS-R (#1805)
* add valle
* update readme
|
2024-11-22 11:18:01 +08:00 |
|
zr_jin
|
66225fbe33
|
VITS recipe for LibriTTS corpus (#1776)
|
2024-11-01 15:33:13 +08:00 |
|
zr_jin
|
e8b6b920c0
|
A LibriTTS recipe on both ASR & Neural Codec Tasks (#1746)
* added ASR & CODEC recipes for LibriTTS corpus
|
2024-10-21 11:30:14 +08:00 |
|