HEALPix Curriculum - #2795
Open
TillHae wants to merge 22 commits into
Open
Conversation
…d on curriculum restart
Contributor
Author
Contributor
Author
Took me some time to get back to it, but it looks good. @kctezcan do you have time to review it? |
TillHae
marked this pull request as ready for review
September 9, 2026 09:07
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
This adds a HEALPix curriculum to our training pipeline. During my bachelor thesis, I found that starting at a lower HEALPix Level (HL) and stepping it up during training cuts early compute time by almost 95%, all without hurting the final model performance.
How it works
healpix_curriculumparameter to set how manyistepseach HL should run for.streams_directory: "${curriculum_streams.${healpix_level}}") so the datasets swap automatically as the HL goes up.run_train.pynow handles the transitions. When a stage ends, it stops the mini-epoch, saves a checkpoint and immediately starts the next stage within the same Slurm job.FYI
config_curriculum.ymljust to make reviewing the OmegaConf logic easier. Before merging it can be deleted so we don't clutter the repo with new configs.Issue Number
Closes #2794
@kctezcan
Is this PR a draft? Mark it as draft.
Checklist before asking for review
./scripts/actions.sh lint./scripts/actions.sh unit-test./scripts/actions.sh integration-testlaunch-slurm.py --time 60FastEvaluation