Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Noise input #14

Closed
ShuvenduRoy opened this issue May 23, 2018 · 2 comments
Closed

Noise input #14

ShuvenduRoy opened this issue May 23, 2018 · 2 comments

Comments

@ShuvenduRoy
Copy link

Original paper used a noise with the input of the generator. why did you not use it?

fake_B = generator(real_A)

@eriklindernoren
Copy link
Owner

In the paper they use dropout instead of sampled noise as input to the generator.

In initial experiments, we did not
find this strategy effective – the generator simply learned
to ignore the noise – which is consistent with Mathieu et
al. [39]. Instead, for our final models, we provide noise
only in the form of dropout, applied on several layers of our
generator at both training and test time

If you look at the generator's definition you can see that I have used dropout in several layers of the generator.

@ShuvenduRoy
Copy link
Author

I got it. Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants