sngan
There are 23 repositories under sngan topic.
kwotsin/mimicry
[CVPR 2020 Workshop] A PyTorch GAN library that reproduces research results for popular GANs.
godisboy/SN-GAN
pyTorch implementation of Spectral Normalization for Generative Adversarial Networks
MingtaoGuo/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
w86763777/pytorch-gan-collections
PyTorch implementation of DCGAN, WGAN-GP and SNGAN.
IShengFang/SpectralNormalizationKeras
Spectral Normalization for Keras Dense and Convolution Layers
GongXinyuu/sngan.pytorch
An unofficial Pytorch implementation of SNGAN, achieving IS of 8.21 and FID of 14.21 on CIFAR-10.
MingtaoGuo/sngan_projection_TensorFlow
Simply implement the paper: cGANs with Projection Discriminator by TensorFlow
nnUyi/SNGAN
A implement of spectral normalization GAN for tensorflow version
koshian2/SNGAN
Unofficial implementation of SNGAN in PyTorch
balansky/pytorch_gan
Spectral Normalization and Projection Discriminator
shantanu1109/Coursera-DeepLearning.AI-GANs-Specialization
This Repository Contains Solution to the Assignments of the Generative Adversarial Networks (GANs) Specialization from deeplearning.ai on Coursera Taught by Sharon Zhou, Eda Zhou, Eric Zelikman
eleGAN23/QGAN
Official PyTorch repository for Quaternion Generative Adversarial Networks.
AdalbertoCq/GANs-Slides-Code-Paper
Tutorial introduction slides to GANs. Code implementations and links of relevant papers.
AlexisMolinaMR/MedImageGAN
This repository contains an implementation of a DCGAN and a SNGAN for image generation. More precisely, it is dedicated to artificial image synthesis in the context of medical imaging data.
watsonyanghx/GAN_Lib_Tensorflow
Tensorflow implemention of various GAN.
niffler92/SNGAN
A Pytorch implementation of "Spectral Normalization for Generative Adversarial Networks"
henry32144/sngan-projection-notebook
A Tensorflow 2 implementation of SNGAN and Projection Discriminator
xheon/pytorch-sngan-color-overfit
A simple SNGAN toy example to overfit on few solid colors.
Djilaxx/GAN_pkmn
Applying DCGAN on pokemon images to uncover potential AI-created cool pokemons
IAMIQBAL/Generative-Adversarial-Networks
Implementations of Generative Adversarial Networks and AutoEncoders in Pytorch
IAMIQBAL/Spectrally-Normalized-GAN-Flowers102
Spectrally Normalized GAN trained on Flowers102 dataset
pha123661/CelebA-Face-Generation
Face generation with DCGAN and SNGAN on CelebA dataset