kozistr / Awesome-GANs
Awesome Generative Adversarial Networks with tensorflow
☆762Updated 2 years ago
Alternatives and similar repositories for Awesome-GANs:
Users that are interested in Awesome-GANs are comparing it to the libraries listed below
- All About the GANs(Generative Adversarial Networks) - Summarized lists for GAN☆654Updated 6 years ago
- Compare GAN code.☆1,821Updated 4 years ago
- PyTorch implementation of "Progressive growing of GANs (PGGAN)"☆823Updated 2 years ago
- Simple Tensorflow implementation of "Self-Attention Generative Adversarial Networks" (SAGAN)☆551Updated 5 years ago
- Reimplementation of GANs☆421Updated 3 years ago
- A mix of GAN implementations including progressive growing☆1,623Updated 3 years ago
- GANs with spectral normalization and projection discriminator☆1,097Updated 5 years ago
- ☆1,005Updated 5 years ago
- Implementation of some different variants of GANs by tensorflow, Train the GAN in Google Cloud Colab, DCGAN, WGAN, WGAN-GP, LSGAN, SNGAN,…☆229Updated 2 years ago
- 🦓<->🦒 🌃<->🌆 A collection of image to image papers with code (constantly updating)☆1,118Updated 5 years ago
- Tensorflow implementation of Generative Adversarial Networks (GAN) and Deep Convolutional Generative Adversarial Netwokrs for MNIST datas…☆175Updated 7 years ago
- Toward Multimodal Image-to-Image Translation☆1,498Updated 4 years ago
- [MSG-GAN] Any body can GAN! Highly stable and robust architecture. Requires little to no hyperparameter tuning. Pytorch Implementation☆630Updated 2 years ago
- Code for paper "Which Training Methods for GANs do actually Converge? (ICML 2018)"☆919Updated 5 years ago
- Implementation A Style-Based Generator Architecture for Generative Adversarial Networks in PyTorch☆1,109Updated 3 years ago
- Tensorflow implementation for learning an image-to-image translation without input-output pairs. https://arxiv.org/pdf/1703.10593.pdf☆718Updated 5 years ago
- Two time-scale update rule for training GANs☆878Updated 3 years ago
- Simple Tensorflow implementation of "Large Scale GAN Training for High Fidelity Natural Image Synthesis" (BigGAN)☆260Updated 6 years ago
- PyTorch implementation of Progressive Growing of GANs for Improved Quality, Stability, and Variation.☆582Updated 7 years ago
- Unofficial PyTorch implementation of the paper titled "Progressive growing of GANs for improved Quality, Stability, and Variation"☆539Updated last year
- Generative Adversarial Networks (GANs) resources sorted by citations☆857Updated 5 years ago
- AttentionGAN for Unpaired Image-to-Image Translation & Multi-Domain Image-to-Image Translation☆669Updated last year
- Research Framework for easy and efficient training of GANs based on Pytorch☆1,410Updated 2 years ago
- Code for reproducing experiments in "Improved Training of Wasserstein GANs"☆2,375Updated 6 years ago
- An empirical study on evaluation metrics of generative adversarial networks.☆370Updated 5 years ago
- Multimodal Unsupervised Image-to-Image Translation☆2,674Updated 2 years ago
- Keras implementations of Generative Adversarial Networks. GANs, DCGAN, CGAN, CCGAN, WGAN and LSGAN models with MNIST and CIFAR-10 dataset…☆209Updated last year
- Reimplementation of CycleGAN☆385Updated 3 years ago
- Collection of generative models in Pytorch version.☆2,622Updated 4 years ago
- Tensorflow implementation of CycleGAN