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-149 Make Partial saving function more generic #69

Merged
merged 2 commits into from
Jun 6, 2024
Merged

Conversation

Eve-ning
Copy link
Contributor

@Eve-ning Eve-ning commented Jun 5, 2024

Major Changes

This tweaks the partial saving method done in #63 such that it's more model-agnostic.
The code now only considers a few independent criterions

  1. Requires Grad?
  2. Is Batch Norm?
  3. Is matching user-specified criterion?

Some minor changes include changing the name of the util function and reducing scope of the saved data in MixMatch

@Eve-ning Eve-ning merged commit a8247ac into 0.1.1 Jun 6, 2024
3 checks passed
@Eve-ning Eve-ning deleted the frml-149 branch June 6, 2024 03:33
@Eve-ning Eve-ning mentioned this pull request Jun 19, 2024
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