-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[WIP] Implementation of Inverse Wishart distribution #70275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Implementation of Inverse Wishart distribution #70275
Conversation
…h into wishart_distribution
…h into wishart_distribution
Summary: Pull Request resolved: pytorch#76357 Fix for pytorch#76160 This fixes the random seed for the `test_wishart_log_prob` (like all random tests in `test_distributions`) to prevent non-determinism. Test Plan: Tested locally. Differential Revision: D35914795 fbshipit-source-id: 85001cc500e1d48d4e81c2e33b783ed6c38c9851
…se_wishart_distribution
…t/pytorch into inverse_wishart_distribution
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
On the process of #68050
Contiguous to previous contribution #68588 implemented
torch.distributions.wishart.Wishartwith @neerajprad.cc @neerajprad
While working on #68588, @dccastro provided initiative implementation of Inverse Wishart distribution based on PyTorch: https://github.com/biomedia-mira/deepscm/blob/master/deepscm/distributions/torch_wishart.py
Thank you for the neat and intuitive work to reference.
TODO:
Note) Removed 'Add transform from Wishart distribution to Inverse Wishart distribution' from TODO since we added manual implementation for Inverse Wishart distribution.