Gary Sieling

Fixed error: AttributeError: ‘Word2Vec’ object has no attribute ‘size’

For old gensim models, you may get this error:

AttributeError: 'Word2Vec' object has no attribute 'size'

You need to set the vector length:

model.vector_size = 1000
Exit mobile version