-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
can't load word2vec model when running example code #33
Comments
try saving word2vec in the original binary format:
|
@bhavikm thanks, I bypassed the problem below but now another error occurs,
|
Please use python 3.5 or above. |
I am trying to execute the LSTM to LSTM auto-encoder with word embedding (RNN to RNN architecture) example. I have already trained my own word2vec model via gensim and saved it with the command
model.save('/home/estathop/Documents/word2vecmodel/w2v1model') #save model
when trying to use the
the following error occurs:
any ideas how to fix/bypass this ?
The text was updated successfully, but these errors were encountered: