gan implementation

GAN IMPLEMENTATION ON MNIST DATASET PyTorch

In this tutorial we’ll be building a generative adversarial network (GAN) trained on the MNIST dataset.The purpose of this tutorial is to learn how to create undistinguishable images of hand-written digits using GAN. Let’s start from the beginning by importing all the required libraries and by defining some hyper-parameters which is later used.

GAN IMPLEMENTATION ON MNIST DATASET PyTorch Read More >>