You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
building word index...
target vocabulary file has already existed, continue to next stage.
loading word embedding, it will take few minutes...
Traceback (most recent call last):
File "C:/Users/Chenxinliang/Desktop/NER-master/rnn.py", line 153, in
embedding = load_word2vec_embedding(vocab_size)
File "C:\Users\Chenxinliang\Desktop\NER-master\utils.py", line 256, in load_word2vec_embedding
for index, line in enumerate(f):
UnicodeDecodeError: 'gbk' codec can't decode byte 0xb4 in position 7570: illegal multibyte sequence
The text was updated successfully, but these errors were encountered:
building word index...
target vocabulary file has already existed, continue to next stage.
loading word embedding, it will take few minutes...
Traceback (most recent call last):
File "C:/Users/Chenxinliang/Desktop/NER-master/rnn.py", line 153, in
embedding = load_word2vec_embedding(vocab_size)
File "C:\Users\Chenxinliang\Desktop\NER-master\utils.py", line 256, in load_word2vec_embedding
for index, line in enumerate(f):
UnicodeDecodeError: 'gbk' codec can't decode byte 0xb4 in position 7570: illegal multibyte sequence
The text was updated successfully, but these errors were encountered: