zhangqianhui / Conditional-GANLinks
Tensorflow implementation for Conditional Convolutional Adversarial Networks.
☆220Updated 3 years ago
Alternatives and similar repositories for Conditional-GAN
Users that are interested in Conditional-GAN are comparing it to the libraries listed below
Sorting:
- InfoGAN: Interpretable Representation Learning☆152Updated 8 years ago
- Generative Adversarial Network for MNIST with tensorflow☆185Updated last year
- DualGAN-tensorflow: tensorflow implementation of DualGAN☆272Updated 5 years ago
- Tensorflow implementation of CycleGAN☆381Updated 6 years ago
- Tensorflow Implementation of Wasserstein GAN (and Improved version in wgan_v2)☆240Updated 7 years ago
- The Simplest DCGAN Implementation☆344Updated 2 years ago
- Generative image model with learned similarity measures☆444Updated 8 years ago
- A tensorflow implementation of google's AC-GAN ( Auxiliary Classifier GAN ).☆396Updated 8 years ago
- See Triple-GAN-V2 in PyTorch: https://github.com/taufikxu/Triple-GAN☆224Updated 5 years ago
- a tensorflow implementation of WGAN☆579Updated 8 years ago
- ☆289Updated 8 years ago
- Tensorflow implementation of PROGRESSIVE GROWING OF GANS FOR IMPROVED QUALITY, STABILITY, AND VARIATION☆150Updated 3 years ago
- Implementation of "Context Encoders: Feature Learning by Inpainting"☆184Updated 6 years ago
- Tensorflow implementation of CycleGANs☆232Updated 5 years ago
- A single jupyter notebook multi gpu VAE-GAN example with latent space algebra and receptive field visualizations.☆439Updated 6 years ago
- Tensorflow code of "autoencoding beyond pixels using a learned similarity metric"☆127Updated 7 years ago
- A Tensorflow implementation of Semi-supervised Learning Generative Adversarial Networks (NIPS 2016: Improved Techniques for Training GANs…☆517Updated 6 years ago
- Tensorflow implementation of conditional Generative Adversarial Networks (cGAN) and conditional Deep Convolutional Adversarial Networks (…☆155Updated 8 years ago
- Simple Tensorflow implementation of "Multimodal Unsupervised Image-to-Image Translation" (ECCV 2018)☆303Updated 6 years ago
- DCGAN implementation by TensorFlow☆157Updated 8 years ago
- Resources and Implementations of Generative Adversarial Nets which are focusing on how to stabilize training process and generate high qu…