simplest_gan
September 18, 2017 ยท View on GitHub
This is very simple GAN model using keras with Fashion-mnist data.
You can get quite good result from simple GAN even though you replace deep convolution part in DCGAN from just multi layer(here, two)

I got ideas and code from below.