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

reparameterization trick implementation #51

Open
Yan107351111 opened this issue Jul 6, 2020 · 0 comments
Open

reparameterization trick implementation #51

Yan107351111 opened this issue Jul 6, 2020 · 0 comments

Comments

@Yan107351111
Copy link

It's unclear to me how the authors of the paper went from the 256 features before the random sampling to the parameters of the embedded distribution.
I saw you used additional two layer to compute 128 features each for use as parameters of the random distribution.
Since what I would have figured from the paper is that the authors may have split the 256 features to two sets of 128 and used them as distribution parameters.
This may be inconsequential, but from my personal experience deep architectures that have over 8 non-skippable layers are very difficult to optimize. I generally try to limit my nets to about 5 non-skippable layers. I'm mentioning this because these two additional linear layers bump you up from 8 to 9 non-skippable layers after the embedded space features of the encoder.
Please, let me know if you think I'm mistaken.

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

1 participant