TypeError: can't pickle module objects
theblackcat102 opened this issue · 4 comments
theblackcat102 commented
I tried saving the model using sklearn joblib but this error occur, TypeError: can't pickle module objects.
Is this a python pickle problem or library issue? I do found python had issue on pickling multiprocessing instance https://stackoverflow.com/questions/8804830/python-multiprocessing-pickling-error
Multicore-TSNE is the latest git master version, Python 3.6, Ubuntu 17.04
tracek commented
I have the same issue. How do you pickle Multicore-TSNE
models?
aCampello commented
Same issue here.
dhabbyc commented
Ok, so. ... let me rephase the question... is it possible to serialize a Multicore-TSNE instance?
ysanimals commented
Do you save the problem?