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
@@ -1046,7 +1049,10 @@ edge case especially in high dimensions. The biggest pain point is the
1046
1049
automatic broadcasting. As in the batch random generation, we want to
1047
1050
generate (n\_sample, ) + RV.shape random samples. In some cases, where
1048
1051
we broadcast RV1andRV2 to create a RV3 that has one more batch shape,
1049
-
we get error (even worse, wrong answer with silent error):
1052
+
we get error (even worse, wrong answer with silent error).
1053
+
1054
+
The good news is, we are fixing these errors with the amazing works from [lucianopaz](https://github.com/lucianopaz) and
1055
+
others. The challenge and some summary of the solution could be found in Luciano's [blog post](https://lucianopaz.github.io/2019/08/19/pymc3-shape-handling/)
1050
1056
1051
1057
.. code:: python
1052
1058
@@ -1056,11 +1062,11 @@ we get error (even worse, wrong answer with silent error):
0 commit comments