myshell-ai / MeloTTS

High-quality multi-lingual text-to-speech library by MyShell.ai. Support English, Spanish, French, Chinese, Japanese and Korean.
MIT License
4.49k stars 561 forks source link

Confuse about the training #64

Open Okkband opened 6 months ago

Okkband commented 6 months ago
  1. why need so many epochs for the training, 10000?
  2. I only training with 13 sentence and the training cost almost 7 hours, and now it wont stop soon.
  3. the log indicate the training from 9500 to 10000 repeatly, why? Hope get your answers, Thanks.
Zengyi-Qin commented 6 months ago

Hi- 13 sentences are not sufficient for training the model. You need several hours of audio recording. You don't need to train 10000epochs. Just check the checkpoint's performance and if its good then you can stop in the middle

jinqiupeter commented 6 months ago

@Zengyi-Qin Are the pre-trained models English only? People have been training with Chinese data but not having good result.

Okkband commented 6 months ago

@Zengyi-Qin Are the pre-trained models English only? People have been training with Chinese data but not having good result. I have to trained the model with 1hour's sentences for four days. but I cannot get a good results.

suche-cz commented 5 months ago

Please add some instructions how to prepare data and train to another languages (I would like to train Czech language), it will helpful for begginers. Thank you.