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