In this recipe, we look at the most basic GAN network for the Fashion-MNIST dataset.
Fashion-MNIST is a dataset of Zalando article images consisting of a training set of 60,000 examples; it also contains a test set of 10,000 examples. Each example is a 28 x 28 grayscale image, associated with a label from 10 classes.
Here are some example images from Fashion-MNIST:
Fashion MNIST is directly available in Keras.