RaphaelMeudec / deblur-gan

Keras implementation of "DeblurGAN: Blind Motion Deblurring Using Conditional Adversarial Networks"
586 stars 245 forks source link

I can't understand the wasserstein_loss..... #8

Closed fengxin619 closed 5 years ago

fengxin619 commented 6 years ago

K.mean(y_true*y_pred) why is that???

caiya55 commented 6 years ago

https://github.com/keras-team/keras-contrib/blob/master/examples/improved_wgan.py

In this file. K.mean(y_true*y_pred) is explained