DataloaderCallback

class aixd.data.custom_callbacks.DataloaderCallback(name: str, func_callback: Callable | List[Callable], dataset: Dataset = None, **kwargs)[source]

Bases: CustomCallback

Callback for pre or post data loading transformation and normalization.

Receives the output of the NN, and performs a transformation to it, before returning the value to the user, or before feeding it again to the

Methods

run

This function will run the callback functions.

Inherited Methods