Multicore-TSNE icon indicating copy to clipboard operation
Multicore-TSNE copied to clipboard

TypeError: can't pickle module objects

Open theblackcat102 opened this issue 6 years ago • 4 comments

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

theblackcat102 avatar Jul 23 '18 13:07 theblackcat102

I have the same issue. How do you pickle Multicore-TSNE models?

tracek avatar Mar 25 '19 19:03 tracek

Same issue here.

aCampello avatar Oct 22 '19 12:10 aCampello

Ok, so. ... let me rephase the question... is it possible to serialize a Multicore-TSNE instance?

dhabbyc avatar Dec 02 '19 13:12 dhabbyc

Do you save the problem?

ysanimals avatar Jan 10 '21 06:01 ysanimals