TensorFlow VAE GAN DRAW Save

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).

Project README

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
Open Source Agenda is not affiliated with "TensorFlow VAE GAN DRAW" Project. README Source: ikostrikov/TensorFlow-VAE-GAN-DRAW
Stars
595
Open Issues
8
Last Commit
6 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating