brain-score / sample-model-submission

Template and examples for model submissions to Brain-Score
6 stars 12 forks source link

instructions for including weights #13

Open mschrimpf opened 2 years ago

mschrimpf commented 2 years ago

Let's tell users how to include weights in the submission.

There are three ways we have recommended so far:

  1. If weights are reasonably small (< ~1 GB~ 500MB), you can include them in the zip file
  2. Store weights on S3 and download them on-demand. See e.g. the CORnet code for a code sample
  3. Store weights on Gdrive, and download on-demand (sample code)
simonepoetto commented 2 years ago

I get the error

413 Request Entity Too Large

for a zip file large 600mb

mschrimpf commented 2 years ago

Thanks @simonepoetto!

We upgraded to a bigger server but are still figuring out how much extra memory it's giving us -- 500MB might be the safer bet for now.