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
Thanks for implementing your method in Python. I just started going through the example, and with PyMC v4.2.2 I have warnings like,
/opt/app-root/src/.local/lib/python3.8/site-packages/pymc/variational/opvi.py:165: UserWarning: `tf_n_mc` is not used for KL[MeanField] and ignored
warnings.warn(f"`{smth}` is not used for {where} and ignored")
and
/opt/app-root/src/.local/lib/python3.8/site-packages/pymc/distributions/logprob.py:126: FutureWarning: joint_logpt has been deprecated. Use joint_logp instead.
warnings.warn(
/opt/app-root/src/.local/lib/python3.8/site-packages/pymc/model.py:700: FutureWarning: Model.logpt has been deprecated. Use Model.logp instead.
warnings.warn(
The text was updated successfully, but these errors were encountered:
Thanks for implementing your method in Python. I just started going through the example, and with PyMC v4.2.2 I have warnings like,
and
The text was updated successfully, but these errors were encountered: