A user wants to update the word vectors using Word2Vec from gensim but does not work
Update=False works but when Update is set to true following error occurs. How to fix that?
The solutions could be training the model after the Update is set to true
In the above code, the model is not trained when Update is set to True. Below code can fix the error