# Training Loop

The standard PyTorch training loop and everything that goes around it: optimizers, schedulers, gradient clipping, mixed precision, checkpointing.

## What's here

- *(notes added as I cover each topic)*

## Status

[ ] Not started.

## Prerequisites

[`foundations/backprop/`](../backprop/), [`foundations/pytorch/`](../pytorch/).

## Resources

- *(placeholder)*
