-
Notifications
You must be signed in to change notification settings - Fork 119
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
KeyError: '11183447' #17
Comments
I had the same issue.
|
I want to participate in test2019. Does that mean I have to submit a JSON file which contains BOTH answers for submission_all_questions.json and test_all_questions.json? @Cadene |
submission only |
You are right. '11183447' is exactly the first question_id in submission_all_questions.json. Thanks a lot! @Cadene |
Hi, sorry for the late reply! you should submit answers for all the questions in |
Hi, I uploaded test.json to evalai (test2019 phase) and got the following issues:
Traceback (most recent call last):
File "/code/scripts/workers/submission_worker.py", line 336, in run_submission
submission_metadata=submission_serializer.data,
File "/tmp/tmpnr9tlxl6/compute/challenge_data/challenge_225/main.py", line 96, in evaluate
output["result"].append({tier: getScores(questions, questions, predictions, tier, kwargs['submission_metadata']['method_name'])})
File "/tmp/tmpnr9tlxl6/compute/challenge_data/challenge_225/main.py", line 315, in getScores
predicted = predictions[qid]
KeyError: '11183447'
I find that the question id '11183447' is in validation split, not in the test split.
So, it is strange that there is a keyerror here in test2019 phase.
The text was updated successfully, but these errors were encountered: