Guide for training PyTorch models using this template's config-driven pipeline. Use this skill whenever the user wants to: train a model, create experiment configs (run.yaml / opt.yaml / best.yaml), run hyperparameter optimization (HPO) with Optuna, extract best parameters from an HPO study, set up a new experiment version, or scaffold a new model/data recipe. Triggers on: "train", "HPO", "optimize", "create config", "best params", "new experiment", "run training", "set up model", "preflight check", "HPO analysis".
$npx -y skills add axect/pytorch_template --skill pytorch-trainInstalls into the current project.
Run `npx skills use "https://github.com/axect/pytorch_template" --skill "axect/pytorch_template/pytorch-train"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/axect/pytorch_template" that are relevant to the current task. Run `npx skills add "https://github.com/axect/pytorch_template"` and select the relevant skills, then follow their instructions.