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

EMA checkpoint, committee training #37

Merged
merged 4 commits into from
Sep 25, 2024
Merged

EMA checkpoint, committee training #37

merged 4 commits into from
Sep 25, 2024

Conversation

Benzoin96485
Copy link
Owner

  1. The "best" and "last" epoch is stored for restart or pretraining
  2. EMA checkpoint (with collected_params and shadow_params) and plain checkpoint are both supported
  3. Train and evaluate with a committee of models
  4. Fix the variable length bug for heterogeneous datasets

@Benzoin96485 Benzoin96485 added bug Something isn't working enhancement New feature or request labels Sep 25, 2024
@Benzoin96485 Benzoin96485 linked an issue Sep 25, 2024 that may be closed by this pull request
@Benzoin96485 Benzoin96485 merged commit 5b25ea8 into devel Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Saving EMA checkpoint
1 participant