kcws
kcws copied to clipboard
got dim:500 line len not comformed to dimension
当维度加到500维的时候,在生成all.txt时,会提示line len not comformed to dimension,结果会导致w2v聚类特征全为1,什么原因呢
我估计是读取word2vec结果数据的code我hard code了一个最大buffer size, 你可以改改。
你好,我在执行generate_training.py的时候遇到ImportError: No module named 'w2v'的错误,请问这里w2v是用的什么模块?