sngan topic

List sngan repositories

mimicry

601
Stars
63
Forks
Watchers

[CVPR 2020 Workshop] A PyTorch GAN library that reproduces research results for popular GANs.

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

SpectralNormalizationKeras

123
Stars
34
Forks
Watchers

Spectral Normalization for Keras Dense and Convolution Layers

pytorch-gan-collections

226
Stars
39
Forks
Watchers

PyTorch implementation of DCGAN, WGAN-GP and SNGAN.

SN-GAN

243
Stars
43
Forks
Watchers

pyTorch implementation of Spectral Normalization for Generative Adversarial Networks

sngan.pytorch

45
Stars
10
Forks
Watchers

An unofficial Pytorch implementation of SNGAN, achieving IS of 8.21 and FID of 14.21 on CIFAR-10.

SNGAN

27
Stars
11
Forks
Watchers

A implement of spectral normalization GAN for tensorflow version

sngan_projection_TensorFlow

40
Stars
4
Forks
Watchers

Simply implement the paper: cGANs with Projection Discriminator by TensorFlow

SNGAN

21
Stars
1
Forks
Watchers

Unofficial implementation of SNGAN in PyTorch

pytorch_gan

18
Stars
6
Forks
Watchers

Spectral Normalization and Projection Discriminator