janvainer/speedyspeech

How to traini MelGAN

Closed this issue · 4 comments

Hello, Thank you for your code
I finished training speedyspeech. So i want to train MelGAN for my dataset.
How can i train MelGAN?
please give me a solution.

Hi, you can use the pretrained melgan mentioned in README. If you want to train on custom data, please see the original MelGan repo linked from readme. It can be trained independently of SpeedySpeech.

If I use the melgen in this source code, can I use them with SpeedySpeech?

Yes, just follow the readme. You can use the model from this repo or train your own one based on the mentioned melgan repo.

Thank you very much