ray0809 / simple-wgan-with-minist

simple WGAN implementated by keras
9 stars 5 forks source link
gan keras mnist tensorflow

simple-wgan-with-minist

The original gan code is written by https://github.com/Zackory/Keras-MNIST-GAN

Here I change the loss and label for implementing wgan

I don't clip the weight in discriminator(which caused a bad result in my test), it can also have a good result.

GAN:iterate 201 epoches

image

WGAN:iterate 200 epoches

image