shivammehta25 / Matcha-TTS

[ICASSP 2024] 🍵 Matcha-TTS: A fast TTS architecture with conditional flow matching
https://shivammehta25.github.io/Matcha-TTS/
MIT License
747 stars 95 forks source link

How to fine-tuning? #98

Closed tuna2134 closed 2 months ago

tuna2134 commented 2 months ago

I want to do fine-tuning, but i can't find how to do that at docs and readme

shivammehta25 commented 2 months ago

You can continue training. Make changes to the hyperparameters point to your file lists and do python matcha/train.py ckpt_path=<CHECKPOINT_TO_FINETUNE_FROM>

tuna2134 commented 2 months ago

Ok thanks