physhik / dcgan

A Tensorflow Implementation of "Deep Convolutional Generative Adversarial Networks" - (EASY to READ)

Home Page:https://github.com/zsdonghao/tensorlayer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DCGAN in TensorFlow

TensorFlow / TensorLayer implementation of Deep Convolutional Generative Adversarial Networks which is a stabilize Generative Adversarial Networks.

Looking for Text to Image Synthesis ? click here

alt tag

  • Brandon Amos wrote an excellent blog post and image completion code based on this repo.
  • To avoid the fast convergence of D (discriminator) network, G (generator) network is updated twice for each D network update, which differs from original paper.

Prerequisites

Usage

First, download images to data/celebA:

$ python download.py celebA		[202599 face images]

Second, train the GAN:

$ python main.py

Result on celebA

About

A Tensorflow Implementation of "Deep Convolutional Generative Adversarial Networks" - (EASY to READ)

https://github.com/zsdonghao/tensorlayer


Languages

Language:Python 100.0%