Skip to content

Instantly share code, notes, and snippets.

@Yuktha-Majella
Created August 7, 2021 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yuktha-Majella/9731c21059803a0ce221b8d4cf9bd42c to your computer and use it in GitHub Desktop.
Save Yuktha-Majella/9731c21059803a0ce221b8d4cf9bd42c to your computer and use it in GitHub Desktop.
Saving and loading Word2Vec model in Gensim
w2v_model.save('/content/drive/MyDrive/gensim_practice/w2v_model1')
w2v_model = Word2Vec.load('/content/drive/MyDrive/gensim_practice/w2v_model1')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment