forked from pyro-ppl/numpyro
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix provenance for jax 0.4.4 (pyro-ppl#1543)
* fix provenance after jax 0.4.4 * fix typo * run black * clean up args_struct * Fix track_nonreparam logic * only substitute reparam sites * revise compute_downstream_costs tests * fix typo in test_compute_downstream * add debug code * add repr for provenance array * revise eval_provenance logic * Add comments for provenance logics * add debug info to match eval_shape functionality * fix typo for pjit rule * address comments * revert get_latents logic * use frozenset().union
- Loading branch information
Showing
6 changed files
with
256 additions
and
241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.