Files
Eren Gölge 1c3623af33 Fix model manager (#1436)
* Fix manager

* Make style
2022-03-23 12:57:14 +01:00
..
2022-03-23 12:57:14 +01:00
2022-03-23 12:57:14 +01:00
2022-03-23 12:57:14 +01:00
2022-03-23 12:57:14 +01:00
2022-03-16 12:13:55 +01:00
2022-03-16 12:13:55 +01:00
2022-03-23 12:57:14 +01:00
2022-03-23 12:57:14 +01:00
2022-03-23 12:57:14 +01:00
2022-03-16 12:13:55 +01:00
2022-03-23 12:57:14 +01: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 💪.