Skip to content

Conversation

@chibihime
Copy link

This PR adds a new WGAN implementation to the examples/keras-gan folder. The model uses the Wasserstein loss with a clipped critic and provides more stable training compared to standard GANs.

@chibihime
Copy link
Author

This PR introduces a Keras implementation of a Wasserstein GAN (gan-wgan.py) under examples/keras-gan/. The model uses Wasserstein loss with a clipped critic for more stable training, as proposed in the original WGAN paper. This addition complements the existing GAN and DCGAN examples, and can be helpful for learners exploring alternative GAN architectures.

Let me know if any changes are needed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant