Priesemann-Group / covid19_inference_forecast

GNU General Public License v3.0
178 stars 53 forks source link

Windows 10 multicore workaround #9

Open rwalke opened 4 years ago

rwalke commented 4 years ago

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