forked from tensorflow/probability
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
sample_size
argument mandatory in monte_carlo_variational_loss.
The current behavior is actually broken -- it defaults to None, but None is not a valid sample size. This was an oversight in the previous CL. PiperOrigin-RevId: 257815557
- Loading branch information
1 parent
4fe34ae
commit 9b90a00
Showing
2 changed files
with
7 additions
and
5 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