5 Commits

Author SHA1 Message Date
Fangjun Kuang
28b44876bc
Merge c25dc02d5d192a03fc61302d05d2ee602c008b4d into 34fc1fdf0d8ff520e2bb18267d046ca207c78ef9 2025-08-17 06:15:23 +00: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
8b867affee first working version 2024-03-18 10:04:07 +08:00
Fangjun Kuang
15bd9a841e
add CI for ljspeech (#1548) 2024-03-13 17:39:01 +08:00
Zengwei Yao
0622dea30d
Add a TTS recipe VITS on LJSpeech dataset (#1372)
* first commit

* replace phonimizer with g2p

* use Conformer as text encoder

* modify training script, clean codes

* rename directory

* convert text to tokens in data preparation stage

* fix tts_datamodule.py

* support onnx export and testing the exported onnx model

* add doc

* add README.md

* fix style
2023-11-29 21:28:38 +08:00