Open fabrahman opened 4 years ago
I'm also have similar problem with pickle numpy array:
ModuleNotFoundError: No module named '_multiarray_umath'
Is this still an issue? If so, you'll have to post some test code, so I can reproduce the issue you are seeing. Also, you can generally turn on dill.detect.trace(True)
to get some debugging insight into the pickling process.
Hi,
I used to work with
dill
library to dump and load my pickle files and everything worked fine. For some reason dill got uninstall and I had to install it again. Now when I try to load my trained checkpoint I get the following error: I have regex installed and dill version is 0.3.1.1Note that I import dill like:
Any thought on this? really appreciate that.