PostGenerationCallback

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

Bases: CustomCallback

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