lilianweng / unified-gan-tensorflowLinks
A Tensorflow implementation of GAN, WGAN and WGAN with gradient penalty.
☆119Updated 6 years ago
Alternatives and similar repositories for unified-gan-tensorflow
Users that are interested in unified-gan-tensorflow are comparing it to the libraries listed below
Sorting:
- Prescribed Generative Adversarial Networks☆143Updated 4 years ago
- Implemented Variational Autoencoder generative model in Keras for image generation and its latent space visualization on MNIST and CIFAR1…☆122Updated 6 years ago
- Code for "Understanding and Improving Interpolation in Autoencoders via an Adversarial Regularizer"☆244Updated 6 years ago
- ☆123Updated 7 years ago
- Variational auto-encoder trained on celebA . All rights reserved.☆182Updated 7 years ago
- Code for paper: "Support Vector Machines, Wasserstein's distance and gradient-penalty GANs maximize a margin"☆178Updated 5 years ago
- Tensorflow implementation of Generative Latent Optimization (GLO) proposed by Facebook AI Research☆95Updated 7 years ago
- ProGAN with Standard, WGAN, WGAN-GP, LSGAN, BEGAN, DRAGAN, Conditional GAN, InfoGAN, and Auxiliary Classifier GAN training methods☆52Updated 8 months ago
- Code for paper "Which Training Methods for GANs do actually Converge? (ICML 2018)"☆920Updated 5 years ago
- Code accompanying the paper "Geometric GAN"☆57Updated 7 years ago
- Code for: Implicit Competitive Regularization in GANs☆113Updated 3 years ago
- ☆115Updated last year
- An implementation of VAEGAN (variational autoencoder + generative adversarial network).☆92Updated 8 years ago
- Code for the models in "PixelVAE: A Latent Variable Model for Natural Images" (https://arxiv.org/abs/1611.05013☆93Updated 7 years ago
- (beta-)VAE Tensorflow☆50Updated 6 years ago
- This is an almost exact replica in PyTorch of the Tensorflow version of Self-Attention GAN released by Google Brain in August 2018.☆174Updated 9 months ago
- Deconvolution and Checkerboard Artifacts☆72Updated 7 years ago
- Code to reproduce results from the paper "AmbientGAN: Generative models from lossy measurements"☆90Updated 7 years ago
- ☆91Updated 5 years ago
- Simple Tensorflow Implementation of "Spectral Normalization for Generative Adversarial Networks" (ICLR 2018)☆141Updated 6 years ago
- Improved WGAN in Pytorch