JeremyCCHsu / tf-vaeganLinks
VAE-GAN in Tensorflow
☆90Updated 6 years ago
Alternatives and similar repositories for tf-vaegan
Users that are interested in tf-vaegan are comparing it to the libraries listed below
Sorting:
- Tensorflow code of "autoencoding beyond pixels using a learned similarity metric"☆127Updated 7 years ago
- An implementation of VAEGAN (variational autoencoder + generative adversarial network).☆93Updated 8 years ago
- Tensorflow Implementation of the paper "Spectral Normalization for Generative Adversarial Networks" (ICML 2017 workshop)☆250Updated 7 years ago
- InfoGAN: Interpretable Representation Learning☆153Updated 8 years ago
- Deep generative networks, coded with Keras.☆123Updated 8 years ago
- AdaGAN: greedy iterative procedure to train mixtures of GANs☆76Updated 7 years ago
- Tensorflow Implementation of the paper [Neural Discrete Representation Learning](https://arxiv.org/abs/1711.00937) (VQ-VAE).☆262Updated 7 years ago
- code for "Adversarial Feature Learning"☆239Updated 3 years ago
- Code for the paper "Adversarial Generator-Encoder Networks"☆286Updated 7 years ago
- Official implementation of "Semantically Decomposing the Latent Spaces of Generative Adversarial Networks"☆95Updated 7 years ago
- VQ-VAE implementation / pytorch☆182Updated 7 years ago
- adversarial autoencoder (AAE) with tensorflow for MNIST☆19Updated 7 years ago
- This project is an implementation of the Generative Adversarial Network proposed in our CVPR 2017 paper - DeLiGAN : Generative Adversaria…