Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.6 KB

troubleshoot.md

File metadata and controls

25 lines (19 loc) · 1.6 KB

Troubleshooting

Please check this document to see if we have already answered your question before raising an Issue in this repository.

Data Downloading

RuntimeError: Could not find mongodb>=4.4

Submission

Why did my submission fail?

A common reason for submissions to fail is incorrect naming of submission files. Please make sure that you have:

  • named the zip files and its contents correctly,
  • the zip files contains a single directory called ablation or test depending on the leaderboard you are submitting to,
  • the submission includes a params.json file containing the number of parameters
  • verified that none of your predictions or confidence scores are NaNs
  • verfied the prediction format matches that of example submissions:

For more submission details please refer to submission_format.md