nsml (not neccessary) visdom
Spectral Normalization for Generative Adversarial Networks
If you have nsml:
nsml run -d cifar10_python -a "--sn" # Spectralnorm
nsml run -d cifar10_python # No SN
nsml run -d cifar10_python -a "--sn --inception_score" # Calculate Inception score
If you don't:
python main.py --sn # Spectralnorm
python main.py # No SN
python main.py --sn --inception_score" # Calculate Inception score
GAN Architecture is adopted from the papers' Appendix B.4 for CIFAR10
Generated images
Loss