Skip to content

Desktop: resume interrupted training runs - #1825

Open
mattdawkins wants to merge 1 commit into
mainfrom
dev/continue-interrupted-training
Open

Desktop: resume interrupted training runs#1825
mattdawkins wants to merge 1 commit into
mainfrom
dev/continue-interrupted-training

Conversation

@mattdawkins

Copy link
Copy Markdown
Member
  • Desktop training jobs that were interrupted (crash, cancel, closing DIVE) or exited early can now be continued if their intermediate files are still in DIVE_Jobs
  • The Training page gains an "Interrupted training runs" section with Resume and Discard actions; resume re-launches viame train in the original working directory with --continue, discard deletes the run's working directory
  • Training jobs now record their final exit status into dive_job_manifest.json so interrupted runs are detected across app restarts; legacy successful runs are excluded via their emptied category_models folder
  • Requires a VIAME build whose train tool supports --continue; on older builds the resumed command fails with an unknown-option error in the job log

🤖 Generated with Claude Code

Detect prior training runs in DIVE_Jobs whose intermediate files survive,
list them on the Training page, and relaunch them with viame train --continue.
Training jobs now record final exit status in dive_job_manifest.json.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant