Yuekai Zhang
|
dd5d7e358b
|
F5-TTS Training Recipe for WenetSpeech4TTS (#1846)
* add f5
* add infer
* add dit
* add README
* update pretrained checkpoint usage
---------
Co-authored-by: yuekaiz <yuekaiz@h20-5.cm.cluster>
Co-authored-by: yuekaiz <yuekaiz@l20-3.cm.cluster>
Co-authored-by: yuekaiz <yuekaiz@h20-6.cm.cluster>
Co-authored-by: zr_jin <peter.jin.cn@gmail.com>
|
2025-01-27 16:33:02 +08:00 |
|
Fangjun Kuang
|
3b263539cd
|
Publish MatchaTTS onnx models trained with LJSpeech to huggingface (#1854)
|
2025-01-02 15:54:34 +08:00 |
|
Fangjun Kuang
|
bfffda5afb
|
Add MatchaTTS for the Chinese dataset Baker (#1849)
|
2024-12-31 17:17:05 +08:00 |
|
Fangjun Kuang
|
ad966fb81d
|
Minor fixes to the onnx inference script for ljspeech matcha-tts. (#1838)
|
2024-12-19 15:19:41 +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
|
b7acf0f57b
|
minor fixes
|
2024-12-11 14:33:47 +08:00 |
|
zr_jin
|
08caa1e4e5
|
minor fixes to the matcha recipe
|
2024-12-09 22:59:29 +08:00 |
|
zr_jin
|
1c4dd464a0
|
Performed end to end testing on the matcha recipe (#1797)
* minor fixes to the `ljspeech/matcha` recipe
|
2024-12-08 03:18:15 +08:00 |
|
Fangjun Kuang
|
516b4869b3
|
Add Matcha-TTS (#1773)
|
2024-10-29 15:04:04 +08:00 |
|