Rayhane-mamah / Tacotron-2

DeepMind's Tacotron-2 Tensorflow implementation
MIT License
2.25k stars 911 forks source link

Question: How can I train the model on my own data #514

Open theRealProHacker opened 2 years ago

theRealProHacker commented 2 years ago

I just have a big folder full of wav-files and want to train the model with these.

What do I have to do to make the magic happen?

I am thankful for any help.

79168089 commented 1 year ago

You should make your corpus have the same style with the LJspeech , ie, there is a wavs folder in your corpus and there is a metadata label file in your corpus too

theRealProHacker commented 1 year ago

Ok, thanks