This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Description
Let's tell users how to include weights in the submission.
There are three ways we have recommended so far:
- If weights are reasonably small (<
1 GB 500MB), you can include them in the zip file
- Store weights on S3 and download them on-demand. See e.g. the CORnet code for a code sample
- Store weights on Gdrive, and download on-demand (sample code)