All Projects → sanghoon → Tf Exercise Gan

sanghoon / Tf Exercise Gan

Licence: mit
Tensorflow implementation of different GANs and their comparisions

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
GANs-Keras
GANs Implementations in Keras
Stars: ✭ 24 (-78.18%)
Mutual labels:  gan, dcgan, 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
Tpudcgan
Train DCGAN with TPUs on Google Cloud
Stars: ✭ 33 (-70%)
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

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

  • Done without any hyper-parameter search.
  • MAD-GAN worked best in the tested datasets.
  • MADGAN_Spiral

170718 / Sample results on MNIST dataset

  • WGAN_MNIST

170809 / Sample results on CelebA dataset

  • BEGAN_CELEBA

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].