soumith/ganhacks

Regarding 13: Add noise to inputs...

vmvargas opened this issue · 1 comments

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

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