Per-stage init_from / freeze for rollout-capable partial-retrain checkpoints #42
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
active = falsealready builds one stage alone — but the resulting checkpointcan't be rolled out at all, so the interesting ablation isn't runnable end to
end. The obvious next step given that v0.3 split the config per stage:
Then "retrain only the secondary decoder against a fixed, known-good stage
1" — precisely the experiment the 2026-08-03 species failure calls for — is a
config change rather than a bespoke script, and the output is a complete,
rollout-capable checkpoint. Cheap:
build_modelsalready constructs stagesindependently, and
checkpoint_ioalready knows how to load a partial statedict for the migration path.
Migrated from
issues.md(v0.3.0 branch review, 2026-08-13), Issue 17.