eriklindernoren / Keras-GAN

Keras implementations of Generative Adversarial Networks.
MIT License
9.18k stars 3.14k forks source link

what's the meaning of wasserstein loss by using K.mean(y_true * y_pred) #135

Open tangchen2 opened 5 years ago

haocheng6 commented 5 years ago

I think the comment of the wasserstein_loss function in https://github.com/keras-team/keras-contrib/blob/master/examples/improved_wgan.py might help.