Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 899 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 899 Bytes

Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks

gan alt tag
architecture results

Tensorflow implementation

  • All the codes in this project are mere replication of Theano version

Code

  • Under face/ and mnist/
  • model.py
  • Definition of DCGAN model
  • train.py
  • Training the DCGAN model (and Generating samples time to time)
  • util.py
  • Image related utils

Dataset