-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
sample_posterior_predictive returns the wrong dimension #3343
Comments
I can confirm that if I revert to commit (88acc7c) this does not appear, so it seems like it's a very recent issue. |
Could you post your model's code to better understand what distribution causes the error? |
The model unfortunately is fairly complicated and built by a class that does a lot of other stuff. I'll try to see if I can do a simpler version that reproduces it: the main thing is the likelihood is a full rank multivariate gaussian. |
Does it use a |
It does use the LKJCholeskyCov distribution, yup. No mixture.
…On Wed, Jan 16, 2019 at 9:55 PM Luciano Paz ***@***.***> wrote:
Does it use a Mixture distribution at some point? Does it encode the
covariance with LKJCholeskyCov distribution?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3343 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAmddrpWzUIEdE2linb-Q11TydvY3XPzks5vEBBKgaJpZM4aELip>
.
|
Then it may be an issue with the new |
@FedericoV, any luck with getting a minimal model that reproduces the error? |
@FedericoV, any update? |
Should be fixed, close for now. |
If you have questions about a specific use case, or you are not sure whether this is a bug or not, please post it to our discourse channel: https://discourse.pymc.io
Description of your problem
sample_posterior_predictive adds an extra dimension when sampling a multivariate observation
Please provide a minimal, self-contained, and reproducible example.
Please provide the full traceback.
Please provide any additional information below.
This is something that has only started showing up with the very latest version of PyMC3. I will try downgrading and see if that fixes it. The model still fits fine, and, looking at the parameter distributions, they look reasonable.
Versions and main components
The text was updated successfully, but these errors were encountered: