-
Notifications
You must be signed in to change notification settings - Fork 44
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
Silence on all iterations #3
Comments
your solution might have felt into local optima . This has happened to me while training . But still i am trying to get the proper drum sound but getting very different sound after 150 epoch not even similar to drum just big booms |
What does that mean? The problem is not writing files, the thing is that they are all silent. I do 200 epochs and it is always silent, except for the 0 folder which are an inaudible noise with very little amplitude. |
Introduce momentum in the optimizer that might help u to escape local minima |
That's a good point. @ALI7861111 do you have any example/fork that I can look at/use? |
I did not apply the strategy to introduce momentum. It is a very logical way to overcome this problem. I was being lazy and i planned to changed the normal distribution of random initialization of the weights in utils.py that resulted in producing sounds approx similar to drums. i asked a very expert guy(professor) he recommended me to train for 1000 epochs currently my algo is still training i hope to get good sounds near to drums . I have to wait 46 hours |
u can avoid local minima by many ways i did the shortcut but i dont recommend u that |
@luisarandas did you ever resolve this? This is happening to me as well. |
Hello.
I'm currently training wavegan-pytorch with a set of files (<300) and I'm getting silence files every iteration - it generates 10 .wav but it's silence, 0 values all duration. During the installation, I had some problems with librosa in my machine and changed line 172 on utils.py to:
sf as of soundfile library. Might this be the problem? Is there a script here to navigate the latent space and debug this?
Thanks in advance.
Luis
The text was updated successfully, but these errors were encountered: