Pytorch Training

PyTorch model-building conventions and a neural-net training debug checklist. Use this skill whenever writing or reviewing PyTorch code that defines a model (nn.Linear, nn.Conv2d, BatchNorm) or trains one (training loop, optimizer, LR schedule), and ESPECIALLY when debugging training problems — loss not converging, loss stuck or flat, suspiciously slow learning, "hockey stick" loss curves, or a model that seems to ignore its inputs. Also consult it before starting any from-scratch training run, even if the user doesn't mention debugging.

congmnguyen Updated

File contents

congmnguyen/claude-code-wsl2-setup/tree/main/skills/pytorch-training commit fc57d46e1f

Frequently asked questions

npx skillmds@latest add congmnguyen/pytorch-training