All Projects → Yangyangii → Gan Tutorial

Yangyangii / Gan Tutorial

Simple Implementation of many GAN models with PyTorch.

Projects that are alternatives of or similar to Gan Tutorial

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 (-39.21%)
Mutual labels:  jupyter-notebook, gan, mnist, dcgan, wgan
Tf.gans Comparison
Implementations of (theoretical) generative adversarial networks and comparison without cherry-picking
Stars: ✭ 477 (+110.13%)
Mutual labels:  gan, dcgan, wgan, celeba, wgan-gp
Tf Exercise Gan
Tensorflow implementation of different GANs and their comparisions
Stars: ✭ 110 (-51.54%)
Mutual labels:  gan, mnist, dcgan, wgan, celeba
Awesome Gans
Awesome Generative Adversarial Networks with tensorflow
Stars: ✭ 585 (+157.71%)
Mutual labels:  gan, dcgan, wgan, wgan-gp
Deeplearningmugenknock
でぃーぷらーにんぐを無限にやってディープラーニングでDeepLearningするための実装CheatSheet
Stars: ✭ 684 (+201.32%)
Mutual labels:  jupyter-notebook, dcgan, wgan, wgan-gp
Ganotebooks
wgan, wgan2(improved, gp), infogan, and dcgan implementation in lasagne, keras, pytorch
Stars: ✭ 1,446 (+537%)
Mutual labels:  jupyter-notebook, dcgan, wgan, wgan-gp
Pytorch Generative Model Collections
Collection of generative models in Pytorch version.
Stars: ✭ 2,296 (+911.45%)
Mutual labels:  gan, mnist, wgan, wgan-gp
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 (+59.91%)
Mutual labels:  gan, mnist, dcgan, celeba
Tensorflow Generative Model Collections
Collection of generative models in Tensorflow
Stars: ✭ 3,785 (+1567.4%)
Mutual labels:  gan, mnist, wgan, wgan-gp
Gans In Action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
Stars: ✭ 748 (+229.52%)
Mutual labels:  jupyter-notebook, gan, dcgan
Relativistic Average Gan Keras
The implementation of Relativistic average GAN with Keras
Stars: ✭ 36 (-84.14%)
Mutual labels:  jupyter-notebook, gan, mnist
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 (-26.87%)
Mutual labels:  dcgan, wgan, wgan-gp
Tensorflow Mnist Gan Dcgan
Tensorflow implementation of Generative Adversarial Networks (GAN) and Deep Convolutional Generative Adversarial Netwokrs for MNIST dataset.
Stars: ✭ 163 (-28.19%)
Mutual labels:  gan, mnist, dcgan
Image generator
DCGAN image generator 🖼️.
Stars: ✭ 173 (-23.79%)
Mutual labels:  jupyter-notebook, gan, dcgan
Wasserstein Gan
Chainer implementation of Wasserstein GAN
Stars: ✭ 95 (-58.15%)
Mutual labels:  gan, dcgan, wgan
Unified Gan Tensorflow
A Tensorflow implementation of GAN, WGAN and WGAN with gradient penalty.
Stars: ✭ 93 (-59.03%)
Mutual labels:  gan, wgan, wgan-gp
Catdcgan
A DCGAN that generate Cat pictures 🐱‍💻
Stars: ✭ 177 (-22.03%)
Mutual labels:  jupyter-notebook, gan, dcgan
Deep Learning With Python
Example projects I completed to understand Deep Learning techniques with Tensorflow. Please note that I do no longer maintain this repository.
Stars: ✭ 134 (-40.97%)
Mutual labels:  jupyter-notebook, gan, dcgan
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 (+92.95%)
Mutual labels:  jupyter-notebook, gan, wgan
Mimicry
[CVPR 2020 Workshop] A PyTorch GAN library that reproduces research results for popular GANs.
Stars: ✭ 458 (+101.76%)
Mutual labels:  gan, dcgan, wgan-gp

GANs Tutorial

Very simple implementation of GANs, DCGANs, CGANs, WGANs, and etc. with PyTorch for various dataset (MNIST, CARS, CelebA).

You can run the code at Jupyter Notebook. And actually you can also run these codes by using Google Colab immediately (needed downloading some dataset)!

Sometimes ipynb files do not work in Github, please clone and run it in your server.

Requirements

  • python 3.6 (Anaconda)
  • pytorch 1.0.0 (updated from 0.4.0. If you want to use the previous version, then find previous commit.)

Implementation List

MNIST

CARS (Stanford dataset)

CelebA (aligned dataset)

Experimental Results

  • You can also see the samples at ipynbs.
  • After DCGAN, DCGAN with condition is a base model.
  • Trained 30 epochs respectively.

Vanilla GAN

Conditional GAN

DC GAN

WGAN-gp

infoGAN w/ walking code 1

infoGAN w/ walking code 2

BEGAN random samples (20 epochs)

BEGAN interpolation

GAN with R1 regularization random samples (20 epochs)

GAN with R1 regularization interpolation

Colab

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