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

FRML-75 Implement partial save/loading of Models #63

Merged
merged 7 commits into from
May 28, 2024
Merged

Conversation

Eve-ning
Copy link
Contributor

Major Changes

Implemented on_save_checkpoint on_load_checkpoint such that saving the model only saves non-frozen parameters, significantly reducing the required disk space to hold the relevant parameters.

Through a quick analysis, this reduces the necessary size to save by 99.9%, which is significant for large models like EfficientNetB1.

@Eve-ning Eve-ning merged commit 2716e60 into frrd-77 May 28, 2024
3 checks passed
@Eve-ning Eve-ning deleted the frml-75 branch May 28, 2024 07:12
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

Successfully merging this pull request may close these issues.

1 participant