soumith / ganhacks

starter from "How to Train a GAN?" at NIPS2016
11.46k stars 1.67k forks source link

Regarding 13: Add noise to inputs... #39

Open vmvargas opened 6 years ago

vmvargas commented 6 years ago

Improved GANs: OpenAI code also has it but in D, the supervised model. Not G as Zhao et. al. in the EBGAN.

Reference: https://github.com/openai/improved-gan/blob/master/mnist_svhn_cifar10/train_mnist_feature_matching.py

zhangrong1722 commented 6 years ago

Hi! I also want to try this trick.Have you achieved adding noise to inputs? Thanks.