Hi all,
I tried fitting a model implemented with bambi on a jupyter notebook run on a remote server (using the --no-browser
argument). When I specify a number of cores bigger than 1 (when calling model.fit()
), the progress bar does not move at all for a long time (I gave up after some minutes so I don’t know if it would start moving at some point). However, with the model implemented directly in pymc3, this works (i.e. specifying cores=8
in the pm.sample()
command). Has anyone experienced this as well and possibly knows how to solve it?
Thanks!