A user wants to update the word vectors using Word2Vec from gensim but does not work

864    Asked by varshaChauhan in Data Science , Asked on Dec 24, 2019
Answered by varsha Chauhan

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




Your Answer

Interviews

Parent Categories