Bhavik Maneck
Results
1
comments of
Bhavik Maneck
try saving word2vec in the original binary format: ``` model = load_model(modelpath=modelpath) model.wv.save_word2vec_format('w2v-original.bin', binary=True) ```