auroracramer/wavegan

IndexError: too many indices for array

Closed this issue · 1 comments

While running the wavegan.ipynb, I get this error on the 'train_wavegan' function:
"IndexError: too many indices for array"
on this line:
---> 86 'cost': D_cost_train.data.numpy()[0],

Please help me what is wrong.
Maybe the fact that i'm running on Windows 10?

Thanks,
Or

Need to remove [0]
Sorry guys :-)