forked from tensorflow/tensorflow
-
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.
tf.contrib.distributions.Mixture now takes a list of Distribution ins…
…tances as components. After some benchmarking, it turns out that gathering parameters during sampling and creating new Distributions can be substantially slower/consume more memory. Since we don't need access to the parameters, the interface can be cleaned up. Change: 133961696
- Loading branch information
1 parent
47980d7
commit 271260b
Showing
2 changed files
with
72 additions
and
147 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
Oops, something went wrong.