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
Hi,
Thanks for doing this great job!
I am trying to run this computation on a MS Window 10 system.
If I have more than one core my Jupyter-Notebook-Kernel crashes.
But, it helps to restrict the number of cores to one, e.g.
trace = pm.sample(model=model, init='advi', cores=1)
Best regards,
Rainer, MPIDR
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for doing this great job!
I am trying to run this computation on a MS Window 10 system.
If I have more than one core my Jupyter-Notebook-Kernel crashes.
But, it helps to restrict the number of cores to one, e.g.
trace = pm.sample(model=model, init='advi', cores=1)
Best regards,
Rainer, MPIDR
The text was updated successfully, but these errors were encountered: