DmitryUlyanov/Multicore-TSNE

TypeError: can't pickle module objects

theblackcat102 opened this issue · 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

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

Same issue here.

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

Do you save the problem?