Files
Shivam Mehta d83ee8fe45 Adding neural HMM TTS Model (#2272)
* Adding neural HMM TTS

* Adding tests

* Adding neural hmm on readme

* renaming training recipe

* Removing overflow\s decoder parameters from the config

* Update the Trainer requirement version for a compatible one (#2276)

* Bump up to v0.10.2

* Adding neural HMM TTS

* Adding tests

* Adding neural hmm on readme

* renaming training recipe

* Removing overflow\s decoder parameters from the config

* fixing documentation

Co-authored-by: Edresson Casanova <edresson1@gmail.com>
Co-authored-by: Eren Gölge <erogol@hotmail.com>
2023-01-23 11:53:04 +01:00
..
2022-09-13 14:10:33 +02:00
2022-09-13 14:10:33 +02:00
2022-09-13 14:10:33 +02:00
2023-01-15 22:39:22 +01:00
2022-09-13 14:10:33 +02:00
2022-03-16 12:13:55 +01:00
2022-03-16 12:13:55 +01:00
2022-12-12 12:44:15 +01:00
2022-09-13 14:10:33 +02:00
2022-09-13 14:10:33 +02:00
2022-09-13 14:10:33 +02:00
2022-03-16 12:13:55 +01:00
2022-09-13 14:10:33 +02:00
2022-02-25 11:26:59 +01:00
2022-02-25 11:26:59 +01:00
2022-02-25 11:12:44 +01:00

🐸💬 TTS LJspeech Recipes

For running the recipes

  1. Download the LJSpeech dataset here either manually from its official website or using download_ljspeech.sh.

  2. Go to your desired model folder and run the training.

    Running Python files. (Choose the desired GPU ID for your run and set CUDA_VISIBLE_DEVICES)

    CUDA_VISIBLE_DEVICES="0" python train_modelX.py
    

    Running bash scripts.

    bash run.sh
    

💡 Note that these runs are just templates to help you start training your first model. They are not optimized for the best result. Double-check the configurations and feel free to share your experiments to find better parameters together 💪.