Skip to content

This repository contains the code to reproduce the core results from the paper "The Numerics of GANs".

License

Notifications You must be signed in to change notification settings

MJfadeaway/TheNumericsOfGANs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Numerics of GANs

This repository contains the code to reproduce the core results from the paper The Numerics of GANs.

To cite this work, please use

@INPROCEEDINGS{Mescheder2017NIPS,
  author = {Lars Mescheder and Sebastian Nowozin and Andreas Geiger},
  title = {The Numerics of GANs},
  booktitle = {Advances in neural information processing systems},
  year = {2017}
}

You can find further details on our project page.

Dependencies

This project uses Python 3.5.2. Before running the code, you have to install

These dependencies can be installed using pip by running

pip install tensorflow-gpu numpy scipy matplotlib tqdm

Instructions

First download cifar-10 and celebA and put them into the ./data directory (in seperate folders). The experiments folder contains scripts for starting the different experiments.

About

This repository contains the code to reproduce the core results from the paper "The Numerics of GANs".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.4%
  • Jupyter Notebook 22.6%