-
Notifications
You must be signed in to change notification settings - Fork 113
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
Suggestion~ #4
Comments
Thanks so much. Which parts did you change? I'm still changing/fixing my code. And did you apply denormalization before spectrogram2wav as in synthesize.py? Tomorrow I'll check what you said. Thanks! |
Yes I do, I concat the origin mags to the generated. I will try again, maybe I have some mistakes. Nevertheless, that is not the main problem, the network's architecture and hyperparams are, which always make me crazy. |
Thanks, let me double check on my end tomorrow. |
Oh you're right. When synthesizing, I should have set the base of log as 10, not exp. I've fixed it. Thanks. |
I have read all of your codes but met some error, I then worked about one day to fix them, besides, I notice the bottleneck of the speed is data reading (the disk of my PC is not SSD, I have modified it), I also find that the mags for training may have something wrong, because I call spectrogram2wav(mag) to recover the origin wav, but what I got is just noise.(ho~ you have mod it)
Your network is very nice, I am looking forward to it, I wish you can get a good result soon.
The text was updated successfully, but these errors were encountered: