-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem on generate only noise #400
Comments
I'm also facing the same issue. I kept the model training for somewhere less than a week. |
I took like 30~ hours to train 9000 steps and this is what came out: https://vocaroo.com/1kYnhSXQBGaN This haunts me in my dreams. Jokes aside, the generated audio linked in the README was generated with 80k Steps, so I wouldn't expect 3900 steps to suffice |
@PascalSchimmler thank you for the information. I was looking for some notion of how many steps is necessary to create good outputs. |
This is my trained model with 80000 steps, |
@smartestrobotdai |
with default setting,
simply run train on VCTK without extra global condition by :
python train.py
then
python generate.py --wav_out_path=testresult3900.wav --samples 320000 logdir/train/2020-10-22T13-35-57/model.ckpt-3900
seems doesn't generate voice wav but pure noise.
is there some more setting or condition needs to be added?
thanks.
The text was updated successfully, but these errors were encountered: