Recover active training loop checkpoints
This commit is contained in:
@@ -11827,6 +11827,15 @@ Deployment evidence:
|
||||
cleanly from the same candidate and checksummed sampling with
|
||||
`warmup_epochs=1`, `warmup_bias_lr=0.01`, HSV `0.01/0.2/0.15`, patience 18
|
||||
and the existing aerial rotation/flip contract.
|
||||
- Added checkpoint-aware recovery for the state-pending current iteration.
|
||||
When `runs/<iteration>/weights/last.pt` exists, the orchestrator uses YOLO's
|
||||
exact `resume=<checkpoint>` CUDA path and records that provenance after the
|
||||
iteration is assessed.
|
||||
- Added and activated a host-side parent-loop supervisor. It monitors the exact
|
||||
orchestrator marker and fail-closed JSON loop state, restores the current
|
||||
script into a recreated container and relaunches only the versioned argv
|
||||
command. Its live state is `monitoring`, with zero relaunches and one active
|
||||
iteration-2 GPU process.
|
||||
- Added those aerial augmentation parameters to the orchestrator CLI and
|
||||
training command, preventing later failure-driven checkpoints from silently
|
||||
reverting to generic orientation assumptions.
|
||||
|
||||
Reference in New Issue
Block a user