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

Support ProvenanceArray to infer latent variable dependencies #1217

Closed
fehiepsi opened this issue Nov 7, 2021 · 1 comment · Fixed by #1248
Closed

Support ProvenanceArray to infer latent variable dependencies #1217

fehiepsi opened this issue Nov 7, 2021 · 1 comment · Fixed by #1248
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@fehiepsi
Copy link
Member

fehiepsi commented Nov 7, 2021

It would be nice to have a version of ProvenanceTensor to infer dependency structure of a numpyro model.

For now, it is not clear to me how to do the same thing in JAX. :(

@fehiepsi fehiepsi added enhancement New feature or request help wanted Extra attention is needed labels Nov 7, 2021
@fehiepsi
Copy link
Member Author

fehiepsi commented Dec 5, 2021

Currently, it seems that the grad trick in numpyro.render_model does not work well with extreme values (like 1e-38) and gives wrong visualization (as in #1241 (comment))). This is another motivation for having ProvenanceTensor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant