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

Leave a Reply

Your email address will not be published. Required fields are marked *