7 Commits

Author SHA1 Message Date
Li Peng
6ffd624df2
Merge branch 'master' into master 2024-12-16 10:00:06 +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
Li Peng
30ba83a7b2 Replace with autocast(...) with with autocast("cuda", ...) 2024-11-28 18:28:26 +08:00
Li Peng
2d9825aa29 Replace deprecated pytorch methods
- torch.cuda.amp.GradScaler(...) => torch.amp.GradScaler("cuda", ...)
- torch.cuda.amp.autocast(...) => torch.amp.autocast("cuda", ...)
2024-11-27 17:43:17 +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