15 Commits

Author SHA1 Message Date
root
455366418c code clean 2025-01-20 09:07:19 +00:00
root
29de94ee2a remove cosyvoice scheduler 2025-01-20 08:25:30 +00:00
root
3f8e64b9dc add cosyvoice scheduler 2025-01-09 07:53:28 +00:00
root
84f6e0da4e linear scheduler 2025-01-09 07:52:18 +00:00
root
f3fca0c81b fix infer error 2024-12-25 02:17:18 +00:00
yuekaiz
03d500a414 clean infer codes 2024-12-24 15:06:21 +08:00
yuekaiz
3ba6febe4f add dit 2024-12-23 17:38:12 +08:00
yuekaiz
ec5cc5526e add infer 2024-12-23 17:35:36 +08:00
yuekaiz
511f63b551 using official repo 2024-12-22 18:48:26 +08:00
yuekaiz
604ab6f6b3 add f5 2024-12-22 15:22:26 +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
zr_jin
32b7a449e7
removed unnecessary type check (#1827) 2024-12-08 17:36:08 +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
Yuekai Zhang
cbe012d54c
Valle Recipe for WenetSpeech4TTS, LibriTTS, LibriTTS-R (#1805)
* add valle

* update readme
2024-11-22 11:18:01 +08:00