pytorch-training-recipe

Installation
SKILL.md

PyTorch Training Recipe

Translate a research idea into a training setup that can fail loudly, debug quickly, and scale only after correctness is verified.

For concrete implementation checklists and templates, read references/training-recipe-details.md when needed.

Intake

Specify:

  • task, dataset, and split protocol;
  • model family and input/target format;
  • loss and metrics;
  • baseline or reproduction target;
  • hardware/compute budget;
  • framework preference: raw PyTorch or Lightning.

Workflow

Installs
47
GitHub Stars
2
First Seen
Jun 15, 2026
pytorch-training-recipe — jurgendn/agent-skills