All Projects → godisboy → Sn Gan

godisboy / Sn Gan

pyTorch implementation of Spectral Normalization for Generative Adversarial Networks

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sn Gan

Keraspp
코딩셰프의 3분 딥러닝, 케라스맛
Stars: ✭ 178 (-10.1%)
Mutual labels:  gan
Attentive Gan Derainnet
Unofficial tensorflow implemention of "Attentive Generative Adversarial Network for Raindrop Removal from A Single Image (CVPR 2018) " model https://maybeshewill-cv.github.io/attentive-gan-derainnet/
Stars: ✭ 184 (-7.07%)
Mutual labels:  gan
Faceswap pytorch
Deep fake ready to train on any 2 pair dataset with higher resolution
Stars: ✭ 194 (-2.02%)
Mutual labels:  gan
Distancegan
Pytorch implementation of "One-Sided Unsupervised Domain Mapping" NIPS 2017
Stars: ✭ 180 (-9.09%)
Mutual labels:  gan
Gan2shape
Code for GAN2Shape (ICLR2021 oral)
Stars: ✭ 183 (-7.58%)
Mutual labels:  gan
Dragan
A stable algorithm for GAN training
Stars: ✭ 189 (-4.55%)
Mutual labels:  gan
Catdcgan
A DCGAN that generate Cat pictures 🐱‍💻
Stars: ✭ 177 (-10.61%)
Mutual labels:  gan
Munit
Multimodal Unsupervised Image-to-Image Translation
Stars: ✭ 2,404 (+1114.14%)
Mutual labels:  gan
Storygan
StoryGAN: A Sequential Conditional GAN for Story Visualization
Stars: ✭ 184 (-7.07%)
Mutual labels:  gan
Gan Mnist
Generative Adversarial Network for MNIST with tensorflow
Stars: ✭ 193 (-2.53%)
Mutual labels:  gan
Pose2pose
This is a pix2pix demo that learns from pose and translates this into a human. A webcam-enabled application is also provided that translates your pose to the trained pose. Everybody dance now !
Stars: ✭ 182 (-8.08%)
Mutual labels:  gan
Id Cgan
Image De-raining Using a Conditional Generative Adversarial Network
Stars: ✭ 184 (-7.07%)
Mutual labels:  gan
Pytorch Generative Model Collections
Collection of generative models in Pytorch version.
Stars: ✭ 2,296 (+1059.6%)
Mutual labels:  gan
Phpproject
A pure PHP library for reading and writing project management files
Stars: ✭ 179 (-9.6%)
Mutual labels:  gan
Freezed
Freeze the Discriminator: a Simple Baseline for Fine-Tuning GANs (CVPRW 2020)
Stars: ✭ 195 (-1.52%)
Mutual labels:  gan
Tensorflow Tutorials
텐서플로우를 기초부터 응용까지 단계별로 연습할 수 있는 소스 코드를 제공합니다
Stars: ✭ 2,096 (+958.59%)
Mutual labels:  gan
Adversarial video summary
Unofficial PyTorch Implementation of SUM-GAN from "Unsupervised Video Summarization with Adversarial LSTM Networks" (CVPR 2017)
Stars: ✭ 187 (-5.56%)
Mutual labels:  gan
Photo2cartoon
人像卡通化探索项目 (photo-to-cartoon translation project)
Stars: ✭ 2,845 (+1336.87%)
Mutual labels:  gan
Arbitrary Text To Image Papers
A collection of arbitrary text to image papers with code (constantly updating)
Stars: ✭ 196 (-1.01%)
Mutual labels:  gan
Creative Adversarial Networks
(WIP) Implementation of Creative Adversarial Networks https://arxiv.org/pdf/1706.07068.pdf
Stars: ✭ 193 (-2.53%)
Mutual labels:  gan

SN-GAN

PyTorch implementation of Spectral Normalization for Generative Adversarial Networks

Prerequistes

Usage

  • Clone this repo:
git clone https://github.com/godisboy/SN-GAN.git
cd SN-GAN
  • Train the standard model for 32*32 image size
python train.py --cuda(optional) 
  • Train the Res-Generator and Res-Discriminator for 64*64 image size
python train-res.py --cuda --dataPath /Path/to/yourdataset/

  1. Result of SN-GAN on CIFAR10 dataset
  • Generated

Generated samples

  • Generated

Generated samples

  • Generated samples with Standard Generator and ResDiscriminator

Generated samples

Note: The ResBlock of Res-Generator is different from what implemented in original paper. This repo use UpsamplingBilinear instead of Uppooling for Upsampling operation.

To Do

Acknowledgments

Based on the implementation DCGAN and official implementation with Chainer sngan_projection

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