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

Optimizing ELBO with respect to variational model only #935

Open
AlphaFrank opened this issue Jun 1, 2019 · 0 comments
Open

Optimizing ELBO with respect to variational model only #935

AlphaFrank opened this issue Jun 1, 2019 · 0 comments

Comments

@AlphaFrank
Copy link

Hello,

I am currently doing a course project on optimizing ELBO with respect to variational (inference) model only.

For this following example,
https://github.com/blei-lab/edward/blob/master/examples/sigmoid_belief_network.py
I fixed the model parameters by adding trainable=Fasle in line 76 and 80. Then I printed out the negative ELBO, and found it increasing steadily for each iteration. However, when I fixed the variational parameters, the negative ELBO decreases as it is supposed to.

Is this normal since the ELBO and gradients are estimated? Any help will be appreciated!

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