We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
I have the same issue. How do you pickle Multicore-TSNE models?
Multicore-TSNE
Sorry, something went wrong.
Same issue here.
Ok, so. ... let me rephase the question... is it possible to serialize a Multicore-TSNE instance?
Do you save the problem?
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: