training-check

Monitor WandB metrics and log files for training divergence or hardware failure.

1|Updated Jul 21, 2026
One-click install
npx skills add https://github.com/dogekiki/SP-test --skill training-check-dogekiki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: training-check
Source: https://github.com/dogekiki/SP-test/tree/main/.trae/skills/training-check
Command: npx skills add https://github.com/dogekiki/SP-test --skill training-check-dogekiki

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires wandb.

What problem does it solve?

This Skill prevents the waste of expensive GPU resources by automatically detecting training failures like NaN values, loss divergence, or idle hardware early in the process.

Core Features & Use Cases

  • Automated Health Monitoring: Periodically polls WandB metrics to ensure training stability.
  • Intelligent Escalation: Uses an LLM-based judgment layer to analyze ambiguous metrics, reducing false positives.
  • Use Case: When running long-duration model training, use this Skill to automatically monitor loss trends and kill the process if the model diverges, saving significant compute costs.

Quick Start

Run the training-check skill for the wandb run entity/project/run-id to begin monitoring the training health.

Frequently Asked Questions about training-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor deep learning training health automatically?

Automated training health monitoring analyzes WandB metrics and log files to detect divergence or hardware failure. It periodically polls metrics during long-running model training sessions to ensure stability and intervene early.

What is the best way to stop wasting GPU resources on divergent model training?

The best way to save GPU compute costs is monitoring training health to detect NaN values, loss divergence, or idle hardware early. It automatically analyzes WandB metrics to kill the process if the model diverges.

Does automated training monitoring work with WandB logs?

Yes, automated training monitoring requires integration with the WandB API to analyze metrics and log files. It polls run entity, project, and run-id data to check for signs of training failure or hardware issues.

How does the LLM judgment layer handle ambiguous WandB metrics?

The LLM judgment layer analyzes ambiguous performance signals from WandB metrics to reduce false positives during training monitoring. It evaluates uncertain trends to determine if the model is actually diverging or experiencing hardware failure.

When should I use automated oversight for machine learning training?

You should use automated oversight for long-duration machine learning training sessions requiring cost-saving intervention. It is essential when running expensive GPU workloads that risk wasting compute resources on loss divergence or NaN values.

Can I kill a training process automatically if loss diverges?

Yes, you can kill a training process automatically if loss diverges by monitoring WandB metrics for NaN values and divergence. This automated intervention prevents wasting expensive GPU resources on failed model training runs.