AutoResumeConfig#
- class AutoResumeConfig(enabled=False, alias='latest', run_name=None)#
Bases:
objectAuto-resume configuration via Weights & Biases run name.
If enabled, the launcher will: - compute a stable run name (no timestamp; optionally includes username), - look up an existing W&B run with that exact name under the configured entity/project, - assert there is at most one such run, - download the checkpoint artifact for alias and resume Trainer from it.