LauraWartschinski/VulnerabilityDetection

The output of example is different

Opened this issue · 0 comments

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
image
Then I try to implent an example,like your work.But the output is really different from your work like this.
image

I really don't know why...Could you please help me..I would really appreciate it