AI-Unicamp / TTS

🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
http://coqui.ai
Mozilla Public License 2.0
6 stars 2 forks source link

How to train a model with iemocap dataset? #19

Open Jimmy1456 opened 11 months ago

Jimmy1456 commented 11 months ago

Thank you for your great work! Can you provide a more detailed guideline to train a model?

leonardoboulitreau commented 11 months ago

HI Jimmy! We do intend to make instructions on how to train our expressive models... But as for now, I can only tell that it is the same scheme of the original Coqui TTS repository (at the time we forked it) :by defining a config.json (you can check some available on the recipes) and then running the TTS/bin/train_tts. The only add-on here for running a model is that you have to also define inside the config.json a style encoder config (otherwise it will run the default configuration in TTS/style_encoder/configs/style_encoder_config.json)... In the following weeks, I'll try to release a recipe for training our models on the EMOVDB dataset and i'll update you this issue! :)