run-train

Execute deep learning training commands and record progress evidence in train_outputs.

515|11|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/lllllllama/ai-research-workflow-skills --skill run-train
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-train
Source: https://github.com/lllllllama/ai-research-workflow-skills/tree/main/skills/run-train
Command: npx skills add https://github.com/lllllllama/ai-research-workflow-skills --skill run-train

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Safely execute a chosen deep learning training command and collect progress evidence.

Core Features & Use Cases

  • Conservative execution of a selected training command with startup, short-run, and resume verification.
  • Capture and normalize evidence into train_outputs (e.g., SUMMARY.md, COMMANDS.md, LOG.md) for reproducibility and auditing.
  • Supports startup_verification, short_run_verification, full_kickoff, and resume modes, while recording completed_steps, best_metric, and checkpoints.

Quick Start

Provide a conservative run of the selected training command and generate train_outputs with summary and logs.

Frequently Asked Questions about run-train

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

FAQPage Schema
How do I safely execute a deep learning training command and collect progress evidence?

Deep learning training experiment tracking involves recording the exact training command, dataset assumptions, and checkpoint states into normalized outputs like SUMMARY.md and LOG.md, capturing completed_steps and best_metric for reproducibility auditing.

How do I resume deep learning training from a checkpoint without losing metrics?

Resuming deep learning training from a checkpoint requires using a resume mode that records the checkpoint state, validates git state changes, and continues execution while appending new completed_steps and evaluation logs to the existing train_outputs.

Can I run short verification checks before a full training kickoff?

Yes, short verification checks before a full training kickoff use short_run_verification mode to validate startup assumptions and capture initial metrics safely before committing computational resources to the complete training execution.

What are the limitations when handling timeouts during deep learning training?

Timeouts during deep learning training limit execution by stopping the process and recording the stop_reason, ensuring partial progress like completed_steps and best_checkpoint is saved within the train_outputs before the session terminates.