Skip to content

test_callback

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

Covers the Callback base class no-op contract and the CallbackDict instantiation / dispatch / state-dict logic.

The concrete callback subclasses (GradNormClipCallback, EMACallback, ValidationCallback) have their own test files.

Classes