Skip to content

Files

Latest commit

May 13, 2019
21ffd5e · May 13, 2019

History

History

generative_adversarial_nets

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 31, 2017
May 8, 2018
May 8, 2018
May 13, 2019
May 13, 2019
May 13, 2019

Generative Adversarial Nets Example

The original codes are derived from aymericdamien/TensorFlow-Examples, modifications and adjustments of the codes are made for easily understandable and more flexible.

Generative Adversarial Network (GAN) Overview

gan_model

aymericdamien/TensorFlow-Examples/notebooks/3_NeuralNetworks/gan.ipynb

Deep Convolutional Generative Adversarial Network (DCGAN) Overview

dcgan_model

aymericdamien/TensorFlow-Examples/notebooks/3_NeuralNetworks/dcgan.ipynb

Results

GAN Generated Results: gan

DCGAN Generated Results: dcgan

DCGAN with Batch Normalization Generated Results: dcgan_batch

Note: The trained models of GAN, DCGAN as well as DCGAN with Batch Normalization are available at the data/ckpt directory.

Reference