-
Notifications
You must be signed in to change notification settings - Fork 2k
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
DPR training is broken #2885
Comments
Related to #2881 |
Hi @ZanSara, Error message: /usr/local/lib/python3.7/dist-packages/haystack/modeling/evaluation/eval.py in eval(self, model, return_preds_and_labels, calibrate_conf_scores, use_confidence_scores_for_ranking, use_no_answer_legacy_confidence) TypeError: forward() got an unexpected keyword argument 'input_ids' Isn't the same code fixes to be done for the eval function as well? |
Hey @vijayirlapati, thanks for reporting this. We're still hunting these arguments across the codebase, so if you find more, please keep reporting. They're going to be fixed one by one. I will link the new PR to this issue. |
Sure @ZanSara, Thanks for your response. |
@vijayirlapati Let me know if it works now. If not, re-open again 🙂 |
Describe the bug
It seems that DPR training does not work at the moment. I suspect that this bug was introduced by #2703.
Error message
To Reproduce
Execute Tutorial 9.
The text was updated successfully, but these errors were encountered: