5 Commits

Author SHA1 Message Date
Li Peng
6ffd624df2
Merge branch 'master' into master 2024-12-16 10:00:06 +08:00
zr_jin
6e6b022e41
performed end to end testing to the VALL-E recipe (#1818)
* added the missing ``visualize`` function

* minor fixes
2024-12-06 16:14:51 +08:00
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
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