FuxiCV / dcgan_tensorflow

Tensorflow implementation of "UNSUPERVISED REPRESENTATION LEARNING WITH DEEP CONVOLUTIONAL GENERATIVE ADVERSARIAL NETWORKS"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks

###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

MNIST Generation Results

alt tag

About

Tensorflow implementation of "UNSUPERVISED REPRESENTATION LEARNING WITH DEEP CONVOLUTIONAL GENERATIVE ADVERSARIAL NETWORKS"


Languages

Language:Python 100.0%