simplest_gan 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. @fchollet @mari-linhares