Skip to content
/ GAN Public

Pytorch Implementations for popular GAN algorithms.

Notifications You must be signed in to change notification settings

dragen1860/GAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAN

50 lines of GAN

It implements a simple G and D network, where both G and D network consist of 3 fully connected layers. The training data is generated from gaussian distribution whose mean = 4 and variance = 1.25. Here is the training curve which indicates how generated data converge to true guassian distribution.

50lines

WGAN-GP

Wasserstein GAN with gradient penalty

wgan-gp

About

Pytorch Implementations for popular GAN algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages