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 believe that this fast_progress issue AnswerDotAI/fastprogress#46 causes PyMC3’s .sample method to break on Safari and a Jupyter notebook. Possibly related issues:
I believe that this
fast_progress
issue AnswerDotAI/fastprogress#46 causes PyMC3’s.sample
method to break on Safari and a Jupyter notebook. Possibly related issues:This MWE causes high CPU and energy usage when run in Safari. There is an intermittent Safari error message in the Jupyter Notebook tab that says:
Reloading the web page during MCMC sampling causes the Python processes to stall.
This MWE code works fine in Chrome because Chrome doesn’t have this issue.
MWE modified from https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/blob/master/Chapter3_MCMC/Ch3_IntroMCMC_PyMC3.ipynb
The text was updated successfully, but these errors were encountered: