NaNsense
An interactive PyTorch debugger that looks deep inside your neural net, with just a few lines of code.
- Pause a run, step batch by batch, and time-travel to another epoch while training continues.
- Click through layers to see activations, gradients, weights, optimizer state and per-channel statistics.
- Spot dying channels, insufficient receptive fields, padding artifacts and fp16 gradient underflow.
- Speaks MCP, so a coding agent can inspect the network alongside you.