Skip to content

Implementations of Original Gan, Wgan-div, Lsgan and others with training animations

Notifications You must be signed in to change notification settings

mcstarioni/GanExperiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a project for experiments with GAN's

  • Pytorch implementation
  • Gan's are trained on toy datasets: gaussian grid, gaussian circle, gaussian spiral
  • There are spectral normalization and gradient penalty options with different loss configurations
  • Implemented WGAN-div, LSGAN, original GAN and relativistic GAN
  • Also there is code for visualizing gan training

Explore src/toygan.py for more details

Spectral normalization in discriminator with gradient penalty.

Same with layer normalization in generator

About

Implementations of Original Gan, Wgan-div, Lsgan and others with training animations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages