keras-team / keras-contrib

Keras community contributions
MIT License
1.58k stars 650 forks source link

The sign of the wasserstein loss metric in improved_wgan.py should be reversed. #537

Open ckissane opened 4 years ago

ckissane commented 4 years ago

As is it currently it contradicts the direction of the gradient penalty. Another fix would be to switch uses of positive_y and negative_y.

ckissane commented 4 years ago

This is the cause of Issue #469