How to get a dump of all vectors from a gensim W2V model?

后端 未结 0 547
温柔的废话
温柔的废话 2020-12-12 22:39

Using a KeyedVectors object, I can get the W2V vector, given a word, like so.

from gensim.models import KeyedVectors

model = KeyedVectors.load(\'vectors.kv\'         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题