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

出现AssertionError #2

Open
zdhgreat opened this issue Aug 29, 2023 · 0 comments
Open

出现AssertionError #2

zdhgreat opened this issue Aug 29, 2023 · 0 comments

Comments

@zdhgreat
Copy link

你好,我在训练的时候出现的一个问题
Traceback (most recent call last): File "../../train.py", line 293, in <module> multiple_runs(args) File "../../train.py", line 247, in multiple_runs train_one_model(args, model_path, run) File "../../train.py", line 205, in train_one_model _, _, dev_f1 = evaluate_model(args, data, model, save_path, mode='dev') File "../../train.py", line 110, in evaluate_model combine_result(gold_path, eval_path, combine_path) File "../../train.py", line 31, in combine_result assert len(gold_label_list) == len(pred_label_list) 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