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
I am learning Chapter 7 of Bayesian Analysis with Python and was trying to use pymc5 to reproduce some modeling examples.
In the examples where pymc.gp.cov.WhiteNoise was added to instantiate a covariance function, it gave me an error message saying "'WhiteNoise' object has no attribute 'input_dim'".
Attached is the printed code with the error message.
I am learning Chapter 7 of Bayesian Analysis with Python and was trying to use pymc5 to reproduce some modeling examples.
In the examples where pymc.gp.cov.WhiteNoise was added to instantiate a covariance function, it gave me an error message saying "'WhiteNoise' object has no attribute 'input_dim'".
Attached is the printed code with the error message.
Could you please suggest some solutions?
Thank you very much!
white_noise_add_issue.pdf
The text was updated successfully, but these errors were encountered: