src.model.deeplearn.handle.dl_callback_builder

Classes

DLCallbackBuilder()

Class to handle the building of callbacks for deep learning models.

class src.model.deeplearn.handle.dl_callback_builder.DLCallbackBuilder

Class to handle the building of callbacks for deep learning models.

__init__()
build(mh)

Build the callbacks for the model handled by the given model handler (mh).

Parameters:

mh (DLModelHandler and SimpleDLModelHandler) – The model handler whose callbacks must be built.

Returns:

The built callbacks

Return type:

list