码迷,mamicode.com
首页 > 其他好文 > 详细

RuntimeError: you must first build vocabulary before training the model

时间:2021-05-23 23:49:16      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:error   ror   error:   model   oca   更改   style   must   erro   

解决RuntimeError: you must first build vocabulary before training the model错误

查找解决方案,意思就是说你的数据集中的数量过少,解决方案有两种,扩大数据集的数量、另一个就是更改min_count的值例如:如果太少的话可以更改为

model=word2vec.Word2Vec(sentences, vector_size=100,min_count=1)
把这个更改了之后重新运行即可

RuntimeError: you must first build vocabulary before training the model

标签:error   ror   error:   model   oca   更改   style   must   erro   

原文地址:https://www.cnblogs.com/1gaoyu/p/14728860.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!