netdatalogger
netdatalogger ¶
Module fot the abstract NetDataLogger
Classes¶
NetDataLogger ¶
Bases: ABC
Abstract implementation of an NetDataLogger
Initializes the NetDataLogger with default values
Source code in niceml/data/netdataloggers/netdatalogger.py
Functions¶
initialize ¶
Method to initialize the NetDataLogger
Source code in niceml/data/netdataloggers/netdatalogger.py
log_data
abstractmethod
¶
Logs the data sent as inputs and targets to a model, e.g. images and class labels or bounding boxes.
Parameters:
-
net_inputs
(ndarray
) –Input data of a model as
np.ndarray
-
net_targets
(ndarray
) –Target data of a model as
np.ndarray
-
data_info_list
(List[DataInfo]
) –Associated data information of input and
Returns:
-
–
None