cloudpickle failing unpicklling
I have a pymc
model that is quite heavy computationally speaking. Following this suggestion I tried to pickle it and unload it every time I need it without recomputing it.
This is my pickling code and it runs fine.