-
Notifications
You must be signed in to change notification settings - Fork 283
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
Single-frequency noisy sound in the result #109
Comments
I downloaded your result and it sounds mine. By the way, I want to know how to generate a WAV FILE. I can only hear the result via jupyter notebook in my browser. |
Hello, sorry for the late reply! |
Thanks for your reply. Hereby I write this reply to note another possible solution. After reading your reply, I spent a whole week on training, still got nothing noise results. In the end, I have the same question: How to generate a WAV FILE ? |
This is what I'm using to generate a WAV file:
Not sure if its the right way to do since I already have not enough trained my model and result is noisy |
Hi @chrisdonahue ! I really appreciate your work in this paper its really what i needed for my bachelor thesis.
I am working the WaveGan project through tensorflow-gpu-directdml beacuse i didnt have an nvidia gpu.
Everything seemed to work fine till the generation part.
I firstly tried the wavegan algorithm to about 10 samples of the SC09 drums dataset. The result is a signle-frequency/ noisy metallic sound which has nothing to do with drums.
I also had this sound when i tried Wavegan to my own 10sec-wavs dataset of music characteristics. Here is the sound.
noiseSound.zip
-Has anyone idea what is happening?
-How many models should i leave to run to have a decent result?
-Does the dataset need to be over 100 wavs for example or more? Is there a threshold that doesnt allow the Gan to be trained properly?
-Does the input and output wav length has to be the same?
I would appreciate anybody's comments or help very much!
Regards,
Eleftheria
The text was updated successfully, but these errors were encountered: