Closed tingxueronghua closed 2 years ago
Hmm I'm not sure! possibly your GloVe path is incorrect? But if you're training from scratch then you might want to actually comment out the part where it loads in the GloVe embeddings, I'm not convinced they help :)
Thank you! But I use the pretrained model to inference the results...
I think the reason is in code lib/word_vectors.py line 23 -> line 37
@simonJJJ what codes do we have to change?
@tingxueronghua Have you fixed this issue?
@tingxueronghua Have you fixed this issue?
I am sorry but I gave up and didn't try fixing it after that time.
@tingxueronghua Have you fixed this issue? Have you fixed this issue?
I think the reason is in code lib/word_vectors.py line 23 -> line 37 Have you fixed this issue?
@tingxueronghua Have you fixed this issue? Have you fixed this issue?
No, I have not. As I said above, I did not focus on this task any more.
I follow the notes in the read.me and can get results. But each time I run the code, I get something like this: " loading word vectors from ……neural-motifs/data/glove.6B.200d.pt background -> background fail on background loading word vectors from ……neural-motifs/data/glove.6B.100d.pt background -> background fail on background " and I haven't got any idea where it comes from. Does it means something wrong?