Skip to content

gokul-uf/TF-DCGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TF-DCGAN

TensorFlow implementation of DCGAN[1]. The goal was to create an easy-to-read implementation that could be modified easily.

Requirements

  1. TensorFlow (I used 1.3)
  2. NumPy
  3. MatPlotLib

Running

Run python main.py

Arguments

Check the FLAGS section of main.py or pass --help to main.py to see all the options.

[1] https://arxiv.org/abs/1511.06434

About

TensorFlow Implementation of DCGAN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages