How to use pretrained models and external publicly available datasets?

In submission, how to demonstrate it? Like compress them into submission.zip too?

1 Like

Hi @serkanpaker , that is correct - you should include your model weights in your submission.zip file to be able to access them to perform inference on the test data within the competition environment. You can see an example of a submission that uses weights that are packaged in the submission here. If you use external data to train a model but do not need it to perform inference, you do not need it to include it in your submission.zip.

1 Like