LilyEvansHogwarts / pytorch-gan

PyTorch Implementation for Generative Adversarial Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%