Skip to content

Training a GAN and generating images of the number 0 and 2.

Notifications You must be signed in to change notification settings

RGivisiez/WcGAN-GP-MNIST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

WcGAN-GP-MNIST

Website

The notebook is better visualized using Google Colab:

Open In Colab

The main objective is to train a conditional GAN and use its generator to create images. Since GANs require a lot of computational resources, the dataset size and the number of classes used will be restricted. My main objective is to see the entire process of training a GAN.

To keep track of the training loss and the images generated, TensorBoard was used. Moreover, to prevent the well-known mode collapse, present in basic GAN implementations, I used the Wasserstein loss with a gradient penalty.

The images below show the results for two different models:

0-2-model-1
Images generated by a simpler model.
0-2-model-2
Images generated by a more powerfull model.

About

Training a GAN and generating images of the number 0 and 2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published