Skip to main content

Module warmup

Module warmup 

Source
Expand description

Warmup state tracking.

Tracks the warmup state of an online model based on sample count and error comparison against a baseline. Helps callers decide when a model is ready for production use or when it has degraded.

Space complexity: O(1).

Structs§

WarmupConfig
Configuration for WarmupTracker.
WarmupTracker
Bounded-memory warmup state tracker.

Enums§

WarmupState
Lifecycle state of a model during warmup.