supervising-training-runs
CommunityCatch training failures before GPU time is wasted
Software Engineering#fine-tuning#checkpointing#watchdog#gpu jobs#nan detection#training supervision#jsonl telemetry
AuthorAMindToThink
Version1.0.0
Installs0
System Documentation
What problem does it solve?
It helps you launch and monitor long training jobs without wasting hours on runs that have already gone wrong, catching NaNs, stalls, label bugs, throughput collapse, and dead processes early.
Core Features & Use Cases
- Preflight validation: Bench the real workload, audit the data, and run a small smoke test before committing to a full GPU window.
- Structured telemetry: Log per-step and per-eval metrics to JSONL so progress can be checked with quick tail reads instead of noisy log dumps.
- Watchdog supervision: Run a separate monitor that exits on anomalies like non-finite loss, stale metrics, or chance-level evaluation.
- Failure recovery: Use checkpoints, completion sentinels, and fail-loud behavior to make long jobs safer and easier to resume.
- Use case: A fine-tune is launched overnight, the telemetry file shows val AUROC staying near chance, and the watchdog alerts you before the GPU window is lost.
Quick Start
Ask Claude to set up a long training run with structured JSONL metrics, a watchdog process, and early anomaly alerts.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: supervising-training-runs Download link: https://github.com/AMindToThink/claude-code-settings/archive/main.zip#supervising-training-runs Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 537,000+ vetted skills library on demand.