shekkizh / WassersteinGAN.tensorflow

Tensorflow implementation of Wasserstein GAN - arxiv: https://arxiv.org/abs/1701.07875
MIT License
416 stars 130 forks source link

How to compute WGAN loss gradient #4

Open godisboy opened 7 years ago

godisboy commented 7 years ago

Excellent implement!!! I want to implement WGAN in Caffe. I have confused with the gradient computing of WGAN loss. Would you give some details of mathematical formulas? Thank you!