jhlau / doc2vec

Python scripts for training/testing paragraph vectors
Apache License 2.0
640 stars 191 forks source link

error while loading model #17

Closed Pked01 closed 6 years ago

Pked01 commented 6 years ago

I am using python3 also i tried loading with .tgz file directly...please help image

jhlau commented 6 years ago

Python3 isn't officially supported.

Pked01 commented 6 years ago

https://github.com/jhlau/gensim i have used forked version of gensim(what you have shared), testing has been done on python3 as per readme

jhlau commented 6 years ago

There are issues loading python2 pickle files, see here: https://stackoverflow.com/questions/28218466/unpickling-a-python-2-object-with-python-3

ShrikanthSingh commented 4 years ago

But for me it loads perfectly on google colab. And I checked the version of python as it shows 3.6. Will i face any issue in the future.