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 gmvae loss #1

Open
BridgetteSong opened this issue Feb 24, 2021 · 1 comment
Open

about gmvae loss #1

BridgetteSong opened this issue Feb 24, 2021 · 1 comment

Comments

@BridgetteSong
Copy link

I find the loss of "gmvae" is defined as "gaussian_loss", in the GMVAE paper, it is defined as following "E(q(y|x))[KL(q(zlX) || p(zly))]".
the "gaussian_loss" is defined as "log(q(z|x)) - log(p(z|y))".
My question is that the "gaussian_loss" shoud be defined as "p(z|y) *(log(q(z|x)) - log(p(z|y)))"?
Thanks!

@BridgetteSong
Copy link
Author

about loss funchtion update_lambda in loss_function.py
if self.update_step % iteration == 0 should be if iteration % self.update_step == 0

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