Fast_Sentence_Embeddings icon indicating copy to clipboard operation
Fast_Sentence_Embeddings copied to clipboard

Don't absorb KeyedVectors into BaseS2V class

Open oborchers opened this issue 3 years ago • 0 comments

Untangling the bad design decision to actually store the BaseKeyedVector from Gensim internally. If users want mmap, they can just load that and pass it. At least we shouldn't store it with the model.

oborchers avatar Dec 03 '21 10:12 oborchers