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
我下载下来后,使用如下语句指定训练好的模型,py运行却没有任何反应
model = gensim.models.KeyedVectors.load_word2vec_format('/text/sgns.financial.bigram-char')
而换为另一个混合类的模型,就能正常运行
model = gensim.models.KeyedVectors.load_word2vec_format('/text/merge_sgns_bigram_char300.txt')
这是为什么呢?是不是第一个的格式不对?还是需要另外的语句读取model?
谢谢呀!
The text was updated successfully, but these errors were encountered:
我下载下来后,使用如下语句指定训练好的模型,py运行却没有任何反应
model = gensim.models.KeyedVectors.load_word2vec_format('/text/sgns.financial.bigram-char')
而换为另一个混合类的模型,就能正常运行
model = gensim.models.KeyedVectors.load_word2vec_format('/text/merge_sgns_bigram_char300.txt')
这是为什么呢?是不是第一个的格式不对?还是需要另外的语句读取model?
谢谢呀!
The text was updated successfully, but these errors were encountered: