sanghoon / Tf Exercise Gan
Licence: mit
Tensorflow implementation of different GANs and their comparisions
Stars: ✭ 110
Programming Languages
python
139335 projects - #7 most used programming language
Projects that are alternatives of or similar to Tf Exercise Gan
Gan Tutorial
Simple Implementation of many GAN models with PyTorch.
Stars: ✭ 227 (+106.36%)
Mutual labels: gan, mnist, dcgan, wgan, celeba
Generative adversarial networks 101
Keras implementations of Generative Adversarial Networks. GANs, DCGAN, CGAN, CCGAN, WGAN and LSGAN models with MNIST and CIFAR-10 datasets.
Stars: ✭ 138 (+25.45%)
Mutual labels: gan, mnist, dcgan, wgan
Pytorch Mnist Celeba Gan Dcgan
Pytorch implementation of Generative Adversarial Networks (GAN) and Deep Convolutional Generative Adversarial Networks (DCGAN) for MNIST and CelebA datasets
Stars: ✭ 363 (+230%)
Mutual labels: gan, mnist, dcgan, celeba
Tf.gans Comparison
Implementations of (theoretical) generative adversarial networks and comparison without cherry-picking
Stars: ✭ 477 (+333.64%)
Mutual labels: gan, dcgan, wgan, celeba
Tensorflow Mnist Gan Dcgan
Tensorflow implementation of Generative Adversarial Networks (GAN) and Deep Convolutional Generative Adversarial Netwokrs for MNIST dataset.
Stars: ✭ 163 (+48.18%)
Mutual labels: gan, mnist, dcgan
cDCGAN
PyTorch implementation of Conditional Deep Convolutional Generative Adversarial Networks (cDCGAN)
Stars: ✭ 49 (-55.45%)
Mutual labels: mnist, dcgan, celeba
Pytorch Generative Model Collections
Collection of generative models in Pytorch version.
Stars: ✭ 2,296 (+1987.27%)
Mutual labels: gan, mnist, wgan
DCGAN-Pytorch
A Pytorch implementation of "Deep Convolutional Generative Adversarial Networks"
Stars: ✭ 23 (-79.09%)
Mutual labels: mnist, dcgan, celeba
Tensorflow DCGAN
Study Friendly Implementation of DCGAN in Tensorflow
Stars: ✭ 22 (-80%)
Mutual labels: gan, dcgan, celeba
Pycadl
Python package with source code from the course "Creative Applications of Deep Learning w/ TensorFlow"
Stars: ✭ 356 (+223.64%)
Mutual labels: gan, dcgan, celeba
Tensorflow Generative Model Collections
Collection of generative models in Tensorflow
Stars: ✭ 3,785 (+3340.91%)
Mutual labels: gan, mnist, wgan
DCGAN-CelebA-PyTorch-CPP
DCGAN Implementation using PyTorch in both C++ and Python
Stars: ✭ 14 (-87.27%)
Mutual labels: gan, dcgan, celeba
Awesome Gans
Awesome Generative Adversarial Networks with tensorflow
Stars: ✭ 585 (+431.82%)
Mutual labels: gan, dcgan, wgan
Wasserstein Gan
Chainer implementation of Wasserstein GAN
Stars: ✭ 95 (-13.64%)
Mutual labels: gan, dcgan, wgan
Dcgan Tensorflow
A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks"
Stars: ✭ 6,963 (+6230%)
Mutual labels: gan, dcgan
Began Tensorflow
Tensorflow implementation of "BEGAN: Boundary Equilibrium Generative Adversarial Networks"
Stars: ✭ 904 (+721.82%)
Mutual labels: gan, celeba
Keras Dcgan
Keras implementation of Deep Convolutional Generative Adversarial Networks
Stars: ✭ 943 (+757.27%)
Mutual labels: gan, dcgan
Gans In Action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
Stars: ✭ 748 (+580%)
Mutual labels: gan, dcgan
tf-exercise-gan
Tensorflow implementation of different GANs and their comparisions
GAN implementations
- [x] DCGAN from 'Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks' (https://arxiv.org/abs/1511.06434)
- [x] WGAN from 'Wasserstein GAN' (https://arxiv.org/abs/1701.07875)
- [x] BEGAN from 'BEGAN: Boundary Equilibrium Generative Adversarial Networks' (https://arxiv.org/abs/1703.10717)
- [x] MAD-GAN from 'Multi-Agent Diverse Generative Adversarial Networks' (https://arxiv.org/abs/1704.02906)
- [x] GoGAN from 'Gang of GANs: Generative Adversarial Networks with Maximum Margin Ranking' (https://arxiv.org/abs/1704.04865)
- [ ] ... (To be added)
Tasks
- [x] Impl. DCGAN, GoGAN, WGAN
- [x] Impl. BEGAN, MAD-GAN
- [x] Reproduce GANs on MNIST and CelebA datasets
- [x] Impl. training & evaluation on synthetic datasets
- [x] Add sample results
- [ ] Impl. inference-only code for GANs (may require refactoring)
- [ ] Impl. better evaluation function for real images (e.g. IvOM, energy dist., ...)
- [ ] Impl. a result logger
- [x] Compare GANs (synthetic)
- [x] Compare GANs (MNIST and CelebA dataset)
- [ ] Add quantitative comparisons
- [ ] Add more GAN implementations
Experiments & Benchmarks
170718 / Comparison of different GAN models on synthetic datasets
170718 / Sample results on MNIST dataset
170809 / Sample results on CelebA dataset
Other References
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].