Skip to content

ZDDWLIG/WGAN-GP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAN and WGAN-GP

GAN and WGAN-gp implemented with pytorch and test on the mnist dataset

Installation

Clone this repo:

  git clone https://github.com/ZDDWLIG/WGAN-GP.git
  cd path/to/GAN-pytorch-master

Use conda to manage the python environment:

  conda create -n GAN python=3.8
  conda activate GAN
  pip install -r requirements.txt

Train

For example, if you want to train WGAN-gp , then run:

  python WGAN-GP.py

MNIST test results

Epoch 0

epoch0

Epoch 40

epoch40

Epoch 160

epoch160

Loss

Loss

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages