Hi! I wanted to ask what’s the recommended method to upload our trained model weights if they are large (>1GB)
I think submissions are not allowed to download weights from the internet (one of my submissinos failed when it tried to download some pretrained model weights), but gitlab doesn’t allow uploading big files.
For now the only solution I found was to split the model weights file into multiple smaller ones
(and push each one separately) and reconstruct it when I build the model for evaluation, but I’m thinking there must be a better way.
Any help appreciated. Thanks!