Skip to content

shahbuland/basic-gans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basic-gans

Purpose of this repo

I'm using this repository to keep track of and document my exploration of GANs (Generative Adversarial Netorks), I'm doing this to:

  1. Have a public record of some of the stuff I've been working on over the past year
  2. Get better at documentation
  3. Maybe help others who are trying to work on something similar learn implementation

The datasets.py script is useful for loading a folder of images into python, feel free to put your own photos into a dataset folder and try it

Goals:

  • Make DCGAN 1
  • Make WGAN 2
  • Make GP-WGAN 3
  • Make Progressive 4

References:

1: https://arxiv.org/pdf/1511.06434.pdf
2: https://arxiv.org/pdf/1701.07875.pdf
3: https://arxiv.org/pdf/1704.00028.pdf
4: https://arxiv.org/pdf/1710.10196.pdf

Results

Left/Mid/Right : Real/DCGAN/GP-WGAN
Real Real Real

About

Just some GANs in pytorch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages