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

Fix comments in CEVAE example #2555

Merged
merged 1 commit into from Jul 10, 2020
Merged

Fix comments in CEVAE example #2555

merged 1 commit into from Jul 10, 2020

Conversation

chiragnagpal
Copy link
Contributor

Fix 1. The z in the guide is sampled from the variational approximation of the true posterior z|y,t,x not t |y,t,x
Fix 2. using p for both the true dist and the variational approximation is poor notation and inconsistent with
standard practice and the original paper. replacing p with q, to differentiate between the true and the
variational distribution.

Fix 1. The z in the guide is sampled from the variational approximation of the true posterior z|y,t,x not t |y,t,x
Fix 2. using p for both the true and the variational approximation is poor notation and inconsistent with 
standard practice and the original paper. replacing p with q, to differentiate between the true and the 
variational distribution.
@chiragnagpal chiragnagpal changed the title Update __init__.py Fix comments in CEVAE example Jul 10, 2020
Copy link
Member

@eb8680 eb8680 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@eb8680 eb8680 merged commit b7618c1 into pyro-ppl:dev Jul 10, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants