-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed MvNormal.random method * Added some comments * Handled corner case when self.shape is not provided * Fixed comments * Considered the corner case of 'point' as well. * Fixed MvNormal.random method * Handled sample and batch dimensions in tau parametrization using numpy Added batch dimensions to all parametrization * Modified logic while inserting batch dimensions to parametrization * Used shapes_utils.broadcast_dist_samples_to function for broadcasting * Make pylint pass * Make test passes 🤞 hopefully * Modified logic and added tests * Given a mention in release notes
- Loading branch information
Showing
4 changed files
with
144 additions
and
53 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
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