Skip to content

PyTorch Implementation for Generative Adversarial Networks

Notifications You must be signed in to change notification settings

LilyEvansHogwarts/pytorch-gan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pytorch-gan

GAN MNIST

  1. PyTorch Implementation for Generative Adversarial Networks
  2. run cd gan && python3 train.py for the training process
  3. run cd gan && python3 test.py for the testing process

gan_mnist

DCGAN MNIST

  1. PyTorch Implementation For Unsupervised Representation Learning With Deep Convolutional Generative Adversarial Networks
  2. run cd dcgan && python3 train.py for the training process
  3. run cd dcgan && python3 test.py to generate fake MNIST images

dcgan_mnist

About

PyTorch Implementation for Generative Adversarial Networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages