All Projects → malzantot → Pytorch-conditional-GANs

malzantot / Pytorch-conditional-GANs

Licence: MIT license
Implementation of Conditional Generative Adversarial Networks in PyTorch

Programming Languages

python
139335 projects - #7 most used programming language

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

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 (+51.65%)
Mutual labels:  generative-adversarial-network, dcgan
Tensorflow Mnist Gan Dcgan
Tensorflow implementation of Generative Adversarial Networks (GAN) and Deep Convolutional Generative Adversarial Netwokrs for MNIST dataset.
Stars: ✭ 163 (+79.12%)
Mutual labels:  generative-adversarial-network, dcgan
Semantic image inpainting
Semantic Image Inpainting
Stars: ✭ 140 (+53.85%)
Mutual labels:  generative-adversarial-network, dcgan
deep-blueberry
If you've always wanted to learn about deep-learning but don't know where to start, then you might have stumbled upon the right place!
Stars: ✭ 17 (-81.32%)
Mutual labels:  generative-adversarial-network, pytorch-tutorial
Anogan Tf
Unofficial Tensorflow Implementation of AnoGAN (Anomaly GAN)
Stars: ✭ 218 (+139.56%)
Mutual labels:  generative-adversarial-network, dcgan
Voice Conversion Gan
Voice Conversion using Cycle GAN's For Non-Parallel Data
Stars: ✭ 82 (-9.89%)
Mutual labels:  generative-adversarial-network, pytorch-tutorial
Frontalization
Pytorch deep learning face frontalization model
Stars: ✭ 160 (+75.82%)
Mutual labels:  generative-adversarial-network, pytorch-tutorial
Context Encoder
[CVPR 2016] Unsupervised Feature Learning by Image Inpainting using GANs
Stars: ✭ 731 (+703.3%)
Mutual labels:  generative-adversarial-network, dcgan
Pytorch Generative Model Collections
Collection of generative models in Pytorch version.
Stars: ✭ 2,296 (+2423.08%)
Mutual labels:  generative-adversarial-network, cgan
Image generator
DCGAN image generator 🖼️.
Stars: ✭ 173 (+90.11%)
Mutual labels:  generative-adversarial-network, dcgan
Dcgan Tensorflow
A Tensorflow implementation of Deep Convolutional Generative Adversarial Networks trained on Fashion-MNIST, CIFAR-10, etc.
Stars: ✭ 70 (-23.08%)
Mutual labels:  generative-adversarial-network, dcgan
MXNet-GAN
MXNet Implementation of DCGAN, Conditional GAN, pix2pix
Stars: ✭ 23 (-74.73%)
Mutual labels:  dcgan, cgan
Pix2pix
Image-to-image translation with conditional adversarial nets
Stars: ✭ 8,765 (+9531.87%)
Mutual labels:  generative-adversarial-network, 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 (+47.25%)
Mutual labels:  generative-adversarial-network, dcgan
Gans In Action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
Stars: ✭ 748 (+721.98%)
Mutual labels:  generative-adversarial-network, dcgan
A Pytorch Tutorial To Super Resolution
Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network | a PyTorch Tutorial to Super-Resolution
Stars: ✭ 157 (+72.53%)
Mutual labels:  generative-adversarial-network, pytorch-tutorial
Igan
Interactive Image Generation via Generative Adversarial Networks
Stars: ✭ 3,845 (+4125.27%)
Mutual labels:  generative-adversarial-network, dcgan
Awesome Gans
Awesome Generative Adversarial Networks with tensorflow
Stars: ✭ 585 (+542.86%)
Mutual labels:  generative-adversarial-network, dcgan
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 (+82.42%)
Mutual labels:  generative-adversarial-network, dcgan
Pytorch-Basic-GANs
Simple Pytorch implementations of most used Generative Adversarial Network (GAN) varieties.
Stars: ✭ 101 (+10.99%)
Mutual labels:  dcgan, cgan

Conditional Deep Convolutional Generative Adversarial Network

Conditional Generation of MNIST images using conditional DC-GAN in PyTorch.

Based on the following papers:

Implementation inspired by the PyTorch examples implementation of DCGAN.

Sample Results

Example of sampling results shown below. Each row is conditioned on a different digit label: Example of sampling results

Usage

python conditional_dcgan.py --cuda --save_dir=models --samples_dir=samples --epochs=25

Questions and comments:

Feel free to reach to me at malzantot [at] ucla [dot] edu for any questions or comments.

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