Closed SCZwangxiao closed 4 years ago
I am using the GloVe model glove.42B.300d.bin and the training processing is successful. However in model.eval( ) function an error occured:
I 've located the abnormal data in the evaluation dataset:
It seems that word2vec cannot encode word '\u2022'. Could you tell me how did you deal with this?
Problem solved when using GloVe model 'glove.840B.300d.bin'
I am using the GloVe model glove.42B.300d.bin and the training processing is successful. However in model.eval( ) function an error occured:
I 've located the abnormal data in the evaluation dataset:
It seems that word2vec cannot encode word '\u2022'. Could you tell me how did you deal with this?