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

Effect of noise vector distribution on training and image generation #44

Closed
vasavig opened this issue Oct 26, 2016 · 1 comment
Closed

Comments

@vasavig
Copy link

vasavig commented Oct 26, 2016

Hi,

I am trying to understand how the distribution of Z vector affects the training and the subsequent generation of images from the trained generator. The paper hasn't mentioned any significant effects of using different kinds of distributions to sample Z vectors from. From my experiments, I found that it matters a lot for the quality and type of images generated. For example, the following are some images generated after training the DCGAN on Celeb dataset for 25 iterations using uniform(0,1) distribution for sampling the Z vectors.

25

Also, after training the DCGAN on a normal(0,1) distribution, the corresponding trained generator's results on a Z vector not sampled from this normal distribution weren't good.

Can anyone give any tips on choosing the right kind of distribution for Z vector sampling based on the kind of training data we use?

@soumith
Copy link
Owner

soumith commented Nov 8, 2016

you should choose a normal distribution.
Tom White gives a good set of arguments here: #14 as well as in his latest paper.

@soumith soumith closed this as completed Nov 8, 2016
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