PyMC3 Pickle Issue with GPU

I guess you saw it on Github as well, but in case anybody else are interested:

I think I know why. Py3 properly supports parallel sampling, which would only work if you had 4 GPUs. So try setting jobs=1.

1 Like