Li Peng
b29ab59cce
Fix bugs introduced by previous commits
...
Along with reformatting to pass black lint.
- egs/libritts/ASR/zipformer/train.py
- egs/libritts/CODEC/encodec/encodec.py
- egs/ljspeech/TTS/vits/vits.py
- egs/wenetspeech4tts/TTS/valle/train.py
2024-12-03 14:37:14 +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
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