anomalib.utils.sweep.helpers.callbacks¶
Get callbacks related to sweep.
Module Contents¶
Functions¶
|
Gets callbacks relevant to sweep. |
- anomalib.utils.sweep.helpers.callbacks.get_sweep_callbacks(config: Union[omegaconf.ListConfig, omegaconf.DictConfig]) List[pytorch_lightning.Callback][source]¶
Gets callbacks relevant to sweep.
- Parameters
config (Union[DictConfig, ListConfig]) – Model config loaded from anomalib
- Returns
List of callbacks
- Return type
List[Callback]