Custom checkpoint possibility

This commit is contained in:
Shivam Mehta
2023-09-17 07:50:04 +00:00
parent a9251ed984
commit bd55eb76f2
2 changed files with 19 additions and 0 deletions

View File

@@ -182,6 +182,12 @@ python matcha/train.py experiment=ljspeech_min_memory
python matcha/train.py experiment=ljspeech trainer.devices=[0,1]
```
6. Synthesise from the custom trained model
```bash
matcha_tts --text "<INPUT TEXT>" --checkpoint_path <PATH TO CHECKPOINT>
```
## Acknowledgements
Since this code uses: [Lightning-Hydra-Template](https://github.com/ashleve/lightning-hydra-template), you have all the powers that comes with it.