You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue popped out in #4180 while writing tests for MixtureSameFamily distribution with MvNormal distribution. MvNormal.random method does not broadcast when sample_shape is equal to batch_shape and produces inconsistent shapes with different parametrizations.
Please provide a minimal, self-contained, and reproducible example.
Please provide any additional information below.
On exploring, it turns out that there are known related issues #4075, #3706, #2848, #3829, #3758 . I think there needs to be major refactoring of MvNormal.random method.
Versions and main components
PyMC3 Version: 3.9.3 (GitHub master)
Theano Version: 1.0.9
Python Version: 3.8.6
Operating system: Ubuntu 18.04 LTS
How did you install PyMC3: (conda/pip) pip
The text was updated successfully, but these errors were encountered:
Thanks for reporting @Sayam753. There are indeed various issues with the MvNormal.random method and a major refactoring would certainly be very beneficial!
This issue popped out in #4180 while writing tests for
MixtureSameFamily
distribution with MvNormal distribution. MvNormal.random method does not broadcast whensample_shape
is equal tobatch_shape
and produces inconsistent shapes with different parametrizations.Please provide a minimal, self-contained, and reproducible example.
Please provide any additional information below.
On exploring, it turns out that there are known related issues #4075, #3706, #2848, #3829, #3758 . I think there needs to be major refactoring of MvNormal.random method.
Versions and main components
The text was updated successfully, but these errors were encountered: