Skip to content

Latest commit

 

History

History

generative_adversarial_nets

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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