-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for local variables in RenyiELBO (#1608)
* add support for local variables in renyielbo * remove deprecated default kwarg in jaxns constructor * lint * allow users to specify same plate indices across particles * fix failing jaxns test * address comment and add more throughout tests for renyi elbo * add nonnested plate test for renyi elbo * use scale[0] instead of scale.mean() to save a bit of time * Make CI work again * remove supporting mc pre renyi * run black * lint * fix beta bernoulli test * address comments * fix nonnested test because we donot allow nonnested subsample plates now * revise error message in renyi
- Loading branch information
Showing
3 changed files
with
236 additions
and
43 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