Skip to content

Simple Implementation of many GAN models with PyTorch.

Notifications You must be signed in to change notification settings

sunsern/GAN-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GANs Tutorial

Very simple implementation of GANs, DCGANs, CGANs, WGANs, and etc. with PyTorch for only MNIST.

You can run the code at Jupyter Notebook. And actually you can also run these codes by using Google Colab immediately!

Requirements

  • python 3.6 (Anaconda)
  • pytorch 1.0.0 (updated from 0.4.0. If you want to use the previous version, then find previous commit.)

Implementation List

MNIST

CARS (Stanford dataset)

Experimental Results

  • You can also see the samples at ipynbs.
  • After DCGAN, DCGAN with condition is a base model.
  • Trained 30 epochs respectively.

Vanilla GAN

Vanilla GAN

Conditional GAN

Conditional GAN

DC GAN

DCGAN

WGAN-gp

WGAN-gp

infoGAN w/ walking code 1

infoGAN

infoGAN w/ walking code 2

infoGAN

Colab

About

Simple Implementation of many GAN models with PyTorch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%