The output of example is different
Opened this issue · 0 comments
zhy605420954 commented
Hello, thank you for your work.
I tried to implent your work;but there were something wrong with my work.
Firstly, I want to use your w2v model: word2vec_withString10-100-200 ;but need .npy file; like other issue mentioned.So I have to make this model by myself.
When I try model.wv.most_similar("if") this command,the out put is a little different from yours.like
Then I try to implent an example,like your work.But the output is really different from your work like this.
I really don't know why...Could you please help me..I would really appreciate it