All Projects → wangguanan → Pytorch-Basic-GANs

wangguanan / Pytorch-Basic-GANs

Licence: other
Simple Pytorch implementations of most used Generative Adversarial Network (GAN) varieties.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pytorch-Basic-GANs

Generative-Model
Repository for implementation of generative models with Tensorflow 1.x
Stars: ✭ 66 (-34.65%)
Mutual labels:  dcgan, wgan, cgan, wgan-gp
GANs-Keras
GANs Implementations in Keras
Stars: ✭ 24 (-76.24%)
Mutual labels:  dcgan, wgan, cgan
Dcgan Lsgan Wgan Gp Dragan Tensorflow 2
DCGAN LSGAN WGAN-GP DRAGAN Tensorflow 2
Stars: ✭ 373 (+269.31%)
Mutual labels:  dcgan, wgan, wgan-gp
Awesome Gans
Awesome Generative Adversarial Networks with tensorflow
Stars: ✭ 585 (+479.21%)
Mutual labels:  dcgan, wgan, wgan-gp
Ganotebooks
wgan, wgan2(improved, gp), infogan, and dcgan implementation in lasagne, keras, pytorch
Stars: ✭ 1,446 (+1331.68%)
Mutual labels:  dcgan, wgan, wgan-gp
Deeplearningmugenknock
でぃーぷらーにんぐを無限にやってディープラーニングでDeepLearningするための実装CheatSheet
Stars: ✭ 684 (+577.23%)
Mutual labels:  dcgan, wgan, wgan-gp
Tf.gans Comparison
Implementations of (theoretical) generative adversarial networks and comparison without cherry-picking
Stars: ✭ 477 (+372.28%)
Mutual labels:  dcgan, wgan, wgan-gp
Tensorflow Generative Model Collections
Collection of generative models in Tensorflow
Stars: ✭ 3,785 (+3647.52%)
Mutual labels:  wgan, cgan, wgan-gp
Pytorch Generative Model Collections
Collection of generative models in Pytorch version.
Stars: ✭ 2,296 (+2173.27%)
Mutual labels:  wgan, cgan, 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 (+64.36%)
Mutual labels:  dcgan, wgan, wgan-gp
Gan Tutorial
Simple Implementation of many GAN models with PyTorch.
Stars: ✭ 227 (+124.75%)
Mutual labels:  dcgan, wgan, wgan-gp
Chainer Gan Lib
Chainer implementation of recent GAN variants
Stars: ✭ 386 (+282.18%)
Mutual labels:  dcgan, wgan-gp
Dcgan Lsgan Wgan Gp Dragan Pytorch
DCGAN LSGAN WGAN-GP DRAGAN PyTorch
Stars: ✭ 134 (+32.67%)
Mutual labels:  dcgan, wgan-gp
Mimicry
[CVPR 2020 Workshop] A PyTorch GAN library that reproduces research results for popular GANs.
Stars: ✭ 458 (+353.47%)
Mutual labels:  dcgan, wgan-gp
Pytorch Gan Collections
PyTorch implementation of DCGAN, WGAN-GP and SNGAN.
Stars: ✭ 128 (+26.73%)
Mutual labels:  dcgan, 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 (-57.43%)
Mutual labels:  dcgan, wgan
Anime gan
GAN models with Anime.
Stars: ✭ 56 (-44.55%)
Mutual labels:  dcgan, wgan
Fun-with-MNIST
Playing with MNIST. Machine Learning. Generative Models.
Stars: ✭ 23 (-77.23%)
Mutual labels:  wgan, wgan-gp
Gan theories
Resources and Implementations of Generative Adversarial Nets which are focusing on how to stabilize training process and generate high quality images: DCGAN, WGAN, EBGAN, BEGAN, etc.
Stars: ✭ 158 (+56.44%)
Mutual labels:  dcgan, wgan
Tf Exercise Gan
Tensorflow implementation of different GANs and their comparisions
Stars: ✭ 110 (+8.91%)
Mutual labels:  dcgan, wgan

GANs

Simple Pytorch implementations of most used Generative Adversarial Network (GAN) varieties.

GPU or CPU

Support both GPU and CPU.

Dependencies

Table of Contents

Experiment Results

Vanilla GAN (GAN)

epoch 0 epoch 10 epoch 20 epoch 30 epoch 40
xxx xxx xxx xxx xxx
epoch 50 epoch 100 epoch 150 epoch 199 -
xxx xxx xxx xxx -

Conditional GAN (cGAN)

epoch 0 epoch 10 epoch 20 epoch 30 epoch 40
xxx xxx xxx xxx xxx
epoch 50 epoch 100 epoch 150 epoch 199 -
xxx xxx xxx xxx -

Improved Conditional GAN (Improved cGAN)

epoch 0 epoch 10 epoch 20 epoch 30 epoch 40
xxx xxx xxx xxx xxx
epoch 50 epoch 100 epoch 150 epoch 199 -
xxx xxx xxx xxx -

Deep Convolutional GAN (DCGAN)

epoch 0 epoch 10 epoch 20 epoch 30 epoch 40
xxx xxx xxx xxx xxx
epoch 50 epoch 60 epoch 70 epoch 80 epoch 90
xxx xxx xxx xxx xxx

Wasserstein GAN (WGAN)

epoch 0 epoch 10 epoch 20 epoch 30 epoch 40
xxx xxx xxx xxx xxx
epoch 50 epoch 100 epoch 150 epoch 199 -
xxx xxx xxx xxx -

Wasserstein GAN with Gradient Plenty (WGAN-GP)

epoch 0 epoch 10 epoch 20 epoch 30 epoch 40
xxx xxx xxx xxx xxx
epoch 50 epoch 100 epoch 150 epoch 199 -
xxx xxx xxx xxx -

Acknowledgement

This project is going with the GAN Theory and Practice part of the Deep Learning Course: from Algorithm to Practice.

Contacts

If you have any question about the project, please feel free to contact with me.

E-mail: [email protected]

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