Best Practices for storing Deep Learning models

Hi all!!

I have just trained a huge UlmFit Model in portuguese (6GB file), and now i wonder where and how to store it for later usage?

Any of you guys know some software where i can store and manage versions of my models? I am not being able to find any good way to do that.

Can someone help me?

Thanks

1 Like

Have you tried git large file storage? https://git-lfs.github.com/ this might be your solution

Edit: my bad, git lfs’ max is 2gb. Have you considered splitting zip file (from the model)?

1 Like