Here is the code snippet to send a submission to the leaderboard server. It can be integrated in the notebook, so no hassle for saving the produced labels and uploading them using the website. The snippet uses requests, so we should probably mention that they need to have this installed if they want to submit from within the notebook.
Here is the code snippet to send a submission to the leaderboard server. It can be integrated in the notebook, so no hassle for saving the produced labels and uploading them using the website. The snippet uses
requests
, so we should probably mention that they need to have this installed if they want to submit from within the notebook.Should I put the script somewhere?