Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How are model checkpoints packaged? #32

Open
hermancollin opened this issue Sep 19, 2023 · 3 comments
Open

How are model checkpoints packaged? #32

hermancollin opened this issue Sep 19, 2023 · 3 comments

Comments

@hermancollin
Copy link
Contributor

How are model checkpoints usually dealt with? For example in https://github.com/ivadomed/model_seg_sci/tree/main I don't see any models. They are not listed in the repo assets either

@jcohenadad
Copy link
Member

Great question. Here are two examples of model checkpoints:

The idea is to refer to these checkpoints in 3rd party software using these models. For example in SCT we have this file that does that.

@hermancollin
Copy link
Contributor Author

Thanks @jcohenadad. The model_seg_mouse-sc_wm-gm_t1 example is what I was looking for. In short, this was the content of the asset:
Screenshot_20230920_094911
Only the selected fold is included, but validation results are also present. The filesize is further reduced by only keeping best or final checkpoint.

@naga-karthik
Copy link
Member

I was a bit concerned about how large the assets in a release can get (because nnUNet models are heavy). But their documentation says that:

Each file included in a release must be under 2 GiB. There is no limit on the total size of a release, nor bandwidth usage.

(which is good)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants