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

assert len(words) == len(tags) AssertionError #74

Open
nan777999 opened this issue Jun 2, 2020 · 0 comments
Open

assert len(words) == len(tags) AssertionError #74

nan777999 opened this issue Jun 2, 2020 · 0 comments

Comments

@nan777999
Copy link

测试时报这样的错误,请问是为什么,
Use standard file APIs to check for files with this prefix.
Traceback (most recent call last):
File "e:/实体识别/NER-master/rnn.py", line 176, in
predict(net, tag_table, sess)
File "e:/实体识别/NER-master/rnn.py", line 140, in predict
write_result_to_file(file_iter, tags)
File "e:\实体识别\NER-master\utils.py", line 289, in write_result_to_file
assert len(words) == len(tags)
AssertionError

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