Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

训练的时候出现这个错误 #76

Open
Wud1 opened this issue Nov 6, 2020 · 0 comments
Open

训练的时候出现这个错误 #76

Wud1 opened this issue Nov 6, 2020 · 0 comments

Comments

@Wud1
Copy link

Wud1 commented Nov 6, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant