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
additional information.
I am on my yearly recursion to this problem, trying to do out-of-sample prediction on a complex linear LKJ-priored multivariate model. I had reported issues before here and everything temporarily worked in a 4.0beta due to this and then this PR.
However, turning back to my project with the current versions, I encountered the seemingly familiar shape conflicts. What's worse is that I could condense this down, and it even happens on the minimal example provided above. You will find that I have actually tried to control the shape of all model components using tensor multiplication at.dot; however the aesara traceback still containes a wrong input shape (the last one). This issue might be related, but that is not clear.
Versions and main components
PyMC/PyMC3 Version: 4.2.1
Aesara/Theano Version: 2.8.7
Python Version: 3.10.8
Operating system: linux 6.0.2-arch1-1
How did you install PyMC/PyMC3: pip
The text was updated successfully, but these errors were encountered:
Description of your problem
when using
pm.set_data()
with data that has a different number of rows than the original data,pm.sample_posterior_predictive()
will fail.minimal example.
full traceback.
Complete error traceback
additional information.
I am on my yearly recursion to this problem, trying to do out-of-sample prediction on a complex linear LKJ-priored multivariate model. I had reported issues before here and everything temporarily worked in a 4.0beta due to this and then this PR.
However, turning back to my project with the current versions, I encountered the seemingly familiar shape conflicts.
What's worse is that I could condense this down, and it even happens on the minimal example provided above. You will find that I have actually tried to control the shape of all model components using tensor multiplication
at.dot
; however the aesara traceback still containes a wrong input shape (the last one).This issue might be related, but that is not clear.
Versions and main components
The text was updated successfully, but these errors were encountered: