Skip to content

ahmedo42/gan-evolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAN Normalization Evolution

This repo demonstrates the effect of different normalization techniques on training GANs on the MNIST dataset.

By running the notebook on Kaggle Kernels or Google Colab with GPU the following results should be reproduced without installing any packages.

All models were trained for 25 epochs and noise dimensionality of Z=64.

  • Linear Layers Without BatchNorm (didn't converge after 25 epochs)

  • Linear Layers + 1D BatchNorm

  • CNN + 2D BatchNorm

  • CNN + Pytorch's spectral_norm

  • CNN + Implemented spectral norm

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published