mikigom / WGAN-LP-tensorflow
Reproduction code for WGAN-LP
☆15Updated 7 years ago
Alternatives and similar repositories for WGAN-LP-tensorflow:
Users that are interested in WGAN-LP-tensorflow are comparing it to the libraries listed below
- Denoising Adversairal Autoencoders☆40Updated 7 years ago
- GANs with multiple Discriminators☆78Updated 2 years ago
- Chainer implementation of Improving Generative Adversarial Networks with Denoising Feature Matching☆28Updated 7 years ago
- pytorch implementation of Rosca, Mihaela, et al. "Variational Approaches for Auto-Encoding Generative Adversarial Networks." arXiv prepri…☆80Updated 7 years ago
- This project is an implementation of the Generative Adversarial Network proposed in our CVPR 2017 paper - DeLiGAN : Generative Adversaria…☆111Updated 7 years ago
- Implementation of Self-Attention Generative Adversarial Networks by Zhang et al. (with spectral normalization and projection discriminato…☆39Updated 6 years ago
- A implement of spectral normalization GAN for tensorflow version☆27Updated 7 years ago
- Simple Tensorflow implementation of "Stabilizing Adversarial Nets With Prediction Methods" (ICLR 2018)☆16Updated 6 years ago
- An implementation of VAEGAN (variational autoencoder + generative adversarial network).