What problem does it solve?
This Skill helps you inspect machine-learning training runs after the fact or while they are still running, without depending on a live Visdom dashboard or manually digging through artifacts.
Core Features & Use Cases
- Run Summary Inspection: Check the latest status, scalar values, available plots, and artifact warnings for a training run.
- Metric Trend Review: Pull raw metric points to verify whether loss, accuracy, or other signals are improving or plateauing.
- Plot and Artifact Analysis: Render saved plots to PNG and inspect prediction images with their JSON metadata for deeper quality checks.
- Use Case: A model trainer can quickly determine whether a segmentation run is converging, whether predictions look reasonable, and whether any visual evidence is missing before deciding on the next experiment.
Quick Start
Ask the assistant to inspect the specified training run with training-observe summary, then review the relevant metrics, plots, and latest artifacts for evidence.