• Stars
    star
    595
  • Rank 72,567 (Top 2 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created over 8 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A collection of generative methods implemented with TensorFlow (Deep Convolutional Generative Adversarial Networks (DCGAN), Variational Autoencoder (VAE) and DRAW: A Recurrent Neural Network For Image Generation).

TF-VAE-GAN-DRAW

TensorFlow implementation of Deep Convolutional Generative Adversarial Networks, Variational Autoencoder (also Deep and Convolutional) and DRAW: A Recurrent Neural Network For Image Generation.

Run

VAE/GAN:

python main.py --working_directory /tmp/gan --model vae

DRAW:

python main-draw.py --working_directory /tmp/gan

Deep Convolutional Generative Adversarial Networks produce decent results after 10 epochs using default parameters.

###TODO:

  • More complex data.
  • Add Adversarial Autoencoder
  • Replace current attention mechanism with Spatial Transformer Layer