Home

Awesome

Collections of GANs

Pytorch implementation of basic unsupervised GANs on CIFAR10.

For more defails about calculating Inception Score and FID using pytorch can be found here pytorch_gan_metrics.

Models

Requirements

Results

The FID is calculated by 50k generated images and CIFAR10 train set.

ModelDatasetInception ScoreFID
DCGANCIFAR106.01(0.05)42.72
WGAN(CNN)CIFAR106.62(0.09)40.03
WGAN-GP(CNN)CIFAR107.66(0.10)19.83
WGAN-GP(ResNet)CIFAR107.95(0.14)16.95
SNGAN(CNN)CIFAR107.84(0.12)17.81
SNGAN(ResNet)CIFAR108.31(0.10)14.32

Examples

Reproduce

Learning Curves

inception_score_curve fid_curve

Change Log