[Check the short video here | and long video here]

Note from Instructor:

==============================================================

Dear All,

Take the TensorFlow code of GAN and implement it on the Fashion-MNIST dataset. Try to modify the architecture of the model (generator and discriminator) and hyperparameters to produce better (visually) outputs (images).

Note you can load the Fashion MNIST dataset using: tf.keras.datasets.fashion_mnist.load_data()

Your submission should contain some saved files of images generated by the GAN model.

Deadline: November 06, 2020 Submissions are to be made by replying to this email with files as attachments or as a GoogleDrive link.

Best wishes,

Dripta Mj

==============================================================

http://introtodeeplearning.com : LFL

https://www.tensorflow.org/tutorials/generative/dcgan : Code stolen from here

Loaded