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

Add AutoGuide.predict*() methods #2851

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

Add AutoGuide.predict*() methods #2851

wants to merge 2 commits into from

Conversation

fritzo
Copy link
Member

@fritzo fritzo commented May 18, 2021

Addresses #2848

This adds four new methods that intend to replace Predictive(...) for autoguides:

  • .predict() draws a single sample
  • .predict_sample() draws a batch of samples
  • .predict_median() traces the model with median latents
  • .predict_quantile() traces the model with quantile latents

These methods differ from .__call__(), .median() and .quantiles() in that they additionally replay and trace the model against latent values, thereby giving access to deterministic nodes (which e.g. is important for reparametrization).

Tested

  • TODO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant