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 |
|
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 |
|