Hooks
Hooks allow custom logic to run at specific points during model initialisation
and inference. For instance, an InitializationHook can
load external resources or modify model state before or after the standard
initialisation sequence.
Hooks allow custom logic to run at specific points during model initialisation
and inference. For instance, an InitializationHook can
load external resources or modify model state before or after the standard
initialisation sequence.