You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There doesn't seem to be a method to load the sentence vectors similar to Word2Vec.load_word2vec_format to load the word2vec model. So if I use this same method to load the sent2vec model model = Word2Vec.load_word2vec_format('test.txt.model')
I get an error: UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte
The text was updated successfully, but these errors were encountered:
There doesn't seem to be a method to load the sentence vectors similar to
Word2Vec.load_word2vec_format
to load the word2vec model. So if I use this same method to load the sent2vec modelmodel = Word2Vec.load_word2vec_format('test.txt.model')
I get an error:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte
The text was updated successfully, but these errors were encountered: