Skip to content

test_grad_clip

CPU-only unit tests for :mod:fastvideo.train.callbacks.grad_clip.

Exercises GradNormClipCallback.on_before_optimizer_step against synthetic nn.Module targets with manually populated gradients.

Classes