Add Generate Script - #29
Conversation
This wraps the audio generation into a script and generates an audio file reminiscent of (and to make comparisons with) the tensorflow-wavenet repo.
Create generate.py
|
Thanks for the PR and sorry it has taken me a while to get back to you. I like the idea of having this generate script, but it would make sense to also have one for SpecGAN. Can you possibly rename this to wavegan_generate.py and add a corresponding one for specgan? If that is too much effort, I can leave this PR open and get around to writing the code. Also would be nice to add an argument specifying the number of samples to generate. |
|
ej, i'm having issues with the generating script
so I suppose the code isn't for P3
and I can't seem to find a way to install abc |
This wraps the audio generation into a script and generates an audio file reminiscent of (and to make comparisons with) the tensorflow-wavenet repo: https://github.com/ibab/tensorflow-wavenet/blob/master/generate.py