tolstikhin / adaganLinks
AdaGAN: greedy iterative procedure to train mixtures of GANs
☆76Updated 7 years ago
Alternatives and similar repositories for adagan
Users that are interested in adagan are comparing it to the libraries listed below
Sorting:
- Wasserstein DCGAN in Tensorflow/Keras☆93Updated 8 years ago
- Tensorflow Implementation of GAN modeling for sequential data☆69Updated 8 years ago
- An implementation of VAEGAN (variational autoencoder + generative adversarial network).☆93Updated 8 years ago
- Official implementation of "Semantically Decomposing the Latent Spaces of Generative Adversarial Networks"☆95Updated 7 years ago
- GANs with multiple Discriminators☆78Updated 2 years ago
- Tensorflow Implementation on "The Cramer Distance as a Solution to Biased Wasserstein Gradients" (https://arxiv.org/pdf/1705.10743.pdf)☆125Updated 7 years ago
- pytorch implementation of Rosca, Mihaela, et al. "Variational Approaches for Auto-Encoding Generative Adversarial Networks." arXiv prepri…☆81Updated 7 years ago
- A tensorflow implementation of informative generative adversarial network (InfoGAN ). I've added supervised loss to original InfoGAN.