Definition
A saved snapshot of a model's state during training, so you can stop and resume or compare versions later.
A serialized copy of model parameters (and often optimizer state) at a particular training step, used for resumption, ablation, or model comparison.
Also called: checkpoints