paarthneekhara / dcgan

Deep Convolutional Generative Adversarial Networks - TensorFlow

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.

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 dataset with:

$ python download.py celebA		[202599 face images]

To train a model with downloaded dataset:

$ python main.py

About

Deep Convolutional Generative Adversarial Networks - TensorFlow


Languages

Language:Python 100.0%