Read state_dict in my submission

I trained a neural network for classification. When classifiying test images, I need to load the state_dict of my net and then do the classification. However, the state_dict is too large (200MB) to be pushed in my gitlab repo, so I cannot load that for my submission. Could anyone help me with this?

Hi,

in this case you have to use Git LFS (https://docs.gitlab.com/ee/topics/git/lfs/).

Please let me know uf you manage to upload it.

Lukas

1 Like

Hi @yankeesong,

As @picekl mentioned, git-lfs is the way to go.
You can also refer to below link for trimmed down example for uploading models.

In case you have any follow up question do let us know.