All Projects → preritj → progressive_growing_of_GANs

preritj / progressive_growing_of_GANs

Licence: MIT license
Pure tensorflow implementation of progressive growing of GANs

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to progressive growing of GANs

progressive-growing-of-gans.pytorch
Unofficial PyTorch implementation of "Progressive Growing of GANs for Improved Quality, Stability, and Variation".
Stars: ✭ 51 (+64.52%)
Mutual labels:  generative-adversarial-network, wgan, wasserstein-gan, progressive-gan
Improved-Wasserstein-GAN-application-on-MRI-images
Improved Wasserstein GAN (WGAN-GP) application on medical (MRI) images
Stars: ✭ 23 (-25.81%)
Mutual labels:  generative-adversarial-network, wgan, wasserstein-gan, wgan-gp
Dcgan wgan wgan Gp lsgan sngan rsgan began acgan pggan tensorflow
Implementation of some different variants of GANs by tensorflow, Train the GAN in Google Cloud Colab, DCGAN, WGAN, WGAN-GP, LSGAN, SNGAN, RSGAN, RaSGAN, BEGAN, ACGAN, PGGAN, pix2pix, BigGAN
Stars: ✭ 166 (+435.48%)
Mutual labels:  generative-adversarial-network, wgan, wgan-gp
Awesome Gans
Awesome Generative Adversarial Networks with tensorflow
Stars: ✭ 585 (+1787.1%)
Mutual labels:  generative-adversarial-network, wgan, wgan-gp
Pytorch Generative Model Collections
Collection of generative models in Pytorch version.
Stars: ✭ 2,296 (+7306.45%)
Mutual labels:  generative-adversarial-network, wgan, wgan-gp
WGAN-GP-tensorflow
Tensorflow Implementation of Paper "Improved Training of Wasserstein GANs"
Stars: ✭ 23 (-25.81%)
Mutual labels:  generative-adversarial-network, wgan, wgan-gp
Generative-Model
Repository for implementation of generative models with Tensorflow 1.x
Stars: ✭ 66 (+112.9%)
Mutual labels:  wgan, wgan-gp, pggan
WGAN-GP-TensorFlow
TensorFlow implementations of Wasserstein GAN with Gradient Penalty (WGAN-GP), Least Squares GAN (LSGAN), GANs with the hinge loss.
Stars: ✭ 42 (+35.48%)
Mutual labels:  generative-adversarial-network, wgan-gp
GAN-Anime-Characters
Applied several Generative Adversarial Networks (GAN) techniques such as: DCGAN, WGAN and StyleGAN to generate Anime Faces and Handwritten Digits.
Stars: ✭ 43 (+38.71%)
Mutual labels:  generative-adversarial-network, wgan
skip-thought-gan
Generating Text through Adversarial Training(GAN) using Skip-Thought Vectors
Stars: ✭ 44 (+41.94%)
Mutual labels:  generative-adversarial-network, wasserstein-gan
TadGAN
Code for the paper "TadGAN: Time Series Anomaly Detection Using Generative Adversarial Networks"
Stars: ✭ 67 (+116.13%)
Mutual labels:  generative-adversarial-network, wasserstein-gan
Chainer Gan Lib
Chainer implementation of recent GAN variants
Stars: ✭ 386 (+1145.16%)
Mutual labels:  generative-adversarial-network, wgan-gp
Generative Models
Annotated, understandable, and visually interpretable PyTorch implementations of: VAE, BIRVAE, NSGAN, MMGAN, WGAN, WGANGP, LSGAN, DRAGAN, BEGAN, RaGAN, InfoGAN, fGAN, FisherGAN
Stars: ✭ 438 (+1312.9%)
Mutual labels:  generative-adversarial-network, wgan
coursera-gan-specialization
Programming assignments and quizzes from all courses within the GANs specialization offered by deeplearning.ai
Stars: ✭ 277 (+793.55%)
Mutual labels:  generative-adversarial-network, wgan
Gan Tutorial
Simple Implementation of many GAN models with PyTorch.
Stars: ✭ 227 (+632.26%)
Mutual labels:  wgan, wgan-gp
Ganotebooks
wgan, wgan2(improved, gp), infogan, and dcgan implementation in lasagne, keras, pytorch
Stars: ✭ 1,446 (+4564.52%)
Mutual labels:  wgan, wgan-gp
Pytorch-Basic-GANs
Simple Pytorch implementations of most used Generative Adversarial Network (GAN) varieties.
Stars: ✭ 101 (+225.81%)
Mutual labels:  wgan, wgan-gp
Deeplearningmugenknock
でぃーぷらーにんぐを無限にやってディープラーニングでDeepLearningするための実装CheatSheet
Stars: ✭ 684 (+2106.45%)
Mutual labels:  wgan, wgan-gp
Unified Gan Tensorflow
A Tensorflow implementation of GAN, WGAN and WGAN with gradient penalty.
Stars: ✭ 93 (+200%)
Mutual labels:  wgan, wgan-gp
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 (+345.16%)
Mutual labels:  generative-adversarial-network, wgan

progressive_growing_of_GANs

Pure tensorflow implementation of progressive growing of GANs [https://arxiv.org/abs/1710.10196]

Includes :

  • Progressive growing of network
  • Use of minibatch standard deviation
  • Pixelwise feature normalization
  • Equalized learning rate
  • Drift loss

Tested on private dataset.

See training_walkthrough.ipynb on how to train on your own dataset.

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