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.