We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
你好,我在训练的时候出现的一个问题 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 请问怎么解决这个问题,望解答,谢谢
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你好,我在训练的时候出现的一个问题
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
请问怎么解决这个问题,望解答,谢谢
The text was updated successfully, but these errors were encountered: