chrisdonahue / wavegan

WaveGAN: Learn to synthesize raw audio with generative adversarial networks
MIT License
1.32k stars 283 forks source link

Error in training SpecGAN #32

Closed saraalemadi closed 5 years ago

saraalemadi commented 5 years ago

I am facing the following error when training the specGAN on SC09 dataset:

Traceback (most recent call last): File "wavegan/train_specgan.py", line 750, in moments(fps, args) File "wavegan/train_specgan.py", line 607, in moments _X_lmags = np.concatenate(_X_lmags, axis=0) ValueError: need at least one array to concatenate

Any tips on how it can resolved?

chrisdonahue commented 5 years ago

Please see: https://github.com/chrisdonahue/wavegan/issues/28 and feel free to reopen if this does not resolve.