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.
Add flag to GaussianProcess, such that it can retain an event_shape o…
…f [1]. Previously, if the number of (per-batch) index_points was statically determinable and found to be 1, we would yield a Normal marginal distribution, instead of an MVN. In some cases, users want to have a consistent event rank, irrespective of # of index_points. We enable this behavior backward compatibly by introducing a flag, `always_yield_multivariate_normal`, set by default to False. PiperOrigin-RevId: 434905157
- Loading branch information
1 parent
7ff8499
commit c7ab80d
Showing
3 changed files
with
32 additions
and
0 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