GOOD.ood_algorithms.ood_manager

A module that is consist of an OOD algorithm loader.

Functions

load_ood_alg(name, config)

OOD algorithm loader.

GOOD.ood_algorithms.ood_manager.load_ood_alg(name, config: Union[CommonArgs, Munch])[source]

OOD algorithm loader. :param name: Name of the chosen OOD algorithm. :param config: please refer to specific algorithms for required configs.

Returns

An OOD algorithm object.