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

about architecture #3

Open
pru12345 opened this issue Mar 8, 2018 · 1 comment
Open

about architecture #3

pru12345 opened this issue Mar 8, 2018 · 1 comment

Comments

@pru12345
Copy link

pru12345 commented Mar 8, 2018

Render task - pose VAE was used to encode the pose to Z(y), but in VAE the hidden variable is calculated by (m+sd*E) where E is a random sample from a Gaussian distribution. here is my question - you had used the path (render) for training Ali net, for the same datapoint of pose there would be the different z(y) because of random E, how the encoder (VAE) path is used for train task.

@melonwan
Copy link
Owner

Thank you for the interest. For later training, we limit the variance of the Gaussian distribution the noise is sampled from. To this end, it works similar to the variational dropout proposed by DP Kingma, who also proposed VAE.

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