Inspect local or mounted machine-learning training runs through durable scalar metrics, rendered PNG plots, and saved visual predictions. Use when Codex needs to assess a live or completed run, compare metric trends, inspect prediction overlays, or diagnose training quality without modifying the run or relying on a live Visdom dashboard.
75
93%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Use training-observe against only the run root the user has placed in scope.
The command reads the run; render writes solely to its explicit output path.
Run training-observe summary RUN to establish status, latest scalar
values, plot IDs, visual-artifact availability, and reader warnings.
Run training-observe metrics RUN --name METRIC for the raw points that
support any claim about a trend. Treat elapsed-time and progress fields as
operational signals, not model-quality metrics.
Run training-observe plots RUN, then render only relevant plots, for
example:
training-observe render RUN --plot loss-train-loss --output /tmp/train-loss.pngInspect the emitted PNG with the available image-viewing capability.
Run training-observe artifacts RUN --step latest and inspect both each
returned image and its paired JSON metadata before judging prediction quality.
Do not start, stop, cancel, resume, delete, or reconfigure a training run. Do not scrape the live Visdom UI as the source of truth. Use the flushed metric stream and saved visual artifacts, which remain available while the run is live and after the Visdom server exits.
60527bd
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.