Skip to content

xinzhang9525/GAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 

Repository files navigation

GAN Model Collection

Overview

GAN (generative adversial networks) and some variants implementation.

List of GAN and its variants:

  • InfoGan: infomative GAN model.
  • AeGan: auto-encoder GAN model.
  • WGan-GP: Wasserstein GAN model with gradient peanlty.
  • LsGan: least-square GAN model.
  • Gan-cls: LSGAN model with features and labels together in input of discriminator.

Requirements

Usages

To train/infer/generate GAN models, you may need to run codes by following the steps in each model folder:

the below steps are based on InfoGAN model, others have similar steps,

Train GAN models

> python Train_Mnist.py 

Infer (classify) a new sample in GAN models

> python Inference_Mnist.py

Generate samples

> python Generate_Mnist.py

Plot images

> python Plot.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages