audio-GAN
audio-GAN copied to clipboard
I couldn't concatenate two arrays with different dimensions audio_batch and generated_audio. audio_batch has dimension [200] and generated_audio dimension is [200,4000]. How will I solve this. What is the expected dimension...
When I try to run the project ,I get this error: C:\Anaconda2\python.exe C:/Users/kaiven/PycharmProjects/GAN/simple_audio_GAN.py Using Theano backend. Epoch: 1 Traceback (most recent call last): File "C:/Users/kaiven/PycharmProjects/GAN/simple_audio_GAN.py", line 87, in X =...
I'm interested in doing something similar. Did you manage to generate human like sounds with the generative network? It seems the `generated_audios` directory is just noise.