Skip to content

Latest commit

 

History

History
 
 

submission_tutorial

How to make a Submission

We have created a website for our benchmark, where the performance of all predictive models are shown.

The notebooks in this folder illustrate the submission process and provide a step by step guide.

The submissions must have the form of .csv files, that contain the predicted responses of the neurons to the held out test images (both the final_test and live_test sets).


Notebook 1: shows a step-by-step guide on how to create a submission file with one of our provided pretrained baselines.
Notebook 2: Goes in detail in explaining how the evaluation is actually performed on the backend of the website.