Skip to content
/ dcgan Public
forked from tensorlayer/DCGAN

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

Notifications You must be signed in to change notification settings

slim1017/dcgan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%