audio-GAN
audio-GAN copied to clipboard
all the input arrays must have same number of dimensions
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
Process finished with exit code 1
But audio_batch and generated_audio have same number of dimensions
I also facing the same issue and face the same problem.It would be great if someone find a solution for this.Thank You
@niccanicci @zhouwenkai did you manage to get around this issue?
I think if you specify the axis in the np.concatenate function, it should work.