Skip to content

Kelfvin/GAN-MINIST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAN-MINIST

This is a simple implementation of a Generative Adversarial Network (GAN) to generate handwritten digits from the MNIST dataset. The GAN is implemented in PyTorch.

I just implemented the training loop and the generator and discriminator networks. By running the training loop, you could know the basic idea of how GAN works.

About the Loss

In the training process, I noticed that the loss of the generator are growing up slowly. I think it is because the discriminator is too strong.

  • loss of generator:

    alt text

  • loss of discriminator:

    alt text

But in the global view, the generator and discriminator are balanced. And the output image is good.

  • output:

    alt text

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages