AliceAria / Performance-comparison-of-GAN-on-cifar-10Links
Performance comparison of ACGAN, BEGAN, CGAN, DRAGAN, EBGAN, GAN, infoGAN, LSGAN, VAE, WGAN, WGAN_GP on cifar-10
☆37Updated 5 years ago
Alternatives and similar repositories for Performance-comparison-of-GAN-on-cifar-10
Users that are interested in Performance-comparison-of-GAN-on-cifar-10 are comparing it to the libraries listed below
Sorting:
- DCGAN LSGAN WGAN-GP DRAGAN PyTorch☆196Updated 3 years ago
- ☆277Updated 7 years ago
- An empirical study on evaluation metrics of generative adversarial networks.☆373Updated 6 years ago
- Simple Tensorflow implementation of metrics for GAN evaluation (Inception score, Frechet-Inception distance, Kernel-Inception distance)☆220Updated 6 years ago
- PyTorch implementation of Adversarially Learned Inference (BiGAN).☆80Updated 7 years ago
- this is the pytorch version of Conditional Generative Adversarial Nets☆57Updated 7 years ago
- PyTorch Implementation of InfoGAN☆327Updated 2 years ago
- IS, FID score Pytorch and TF implementation, TF implementation is a wrapper of the official ones.☆126Updated 4 years ago
- Convolutional Autoencoder with SetNet in PyTorch☆89Updated 3 years ago
- An unofficial Pytorch implementation of SNGAN, achieving IS of 8.21 and FID of 14.21 on CIFAR-10.☆47Updated 2 years ago
- Implementation of Conditional Generative Adversarial Networks in PyTorch☆108Updated 7 years ago
- Pretrained GANs + VAEs + classifiers for MNIST/CIFAR in pytorch.☆201Updated 8 months ago
- Improved WGAN in Pytorch☆440Updated 2 years ago
- Inception Score for GANs in Pytorch☆661Updated 5 years ago
- Paper by Miyato et al. https://openreview.net/forum?id=B1QRgziT-☆678Updated 7 years ago
- An unofficial PyTorch implementation of SNGAN (ICLR 2018) and cGANs with projection discriminator (ICLR 2018).☆157Updated 5 years ago
- CGAN ProjectionCGAN ACGAN InfoGAN Pytorch