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.
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.