You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.
I used python 2.7 and codes:
model = Word2Vec.load("path/to/word2vec/en.model")
returns an error:
AttributeError: 'Word2Vec' object has no attribute 'vector_size'
I guess might be the version of gensim, but I am not sure.
The text was updated successfully, but these errors were encountered: