add_prediction
code_loader.leap_binder.add_prediction
The purpose of the leap_binder.add_prediction
function is to describe the prediction(s) tensors for visualization and analysis purposes. This function adds a prediction type, which later can be assigned to the model graph prediction node(s).
Args
name
(str) with the given name of the input, e.g. image
labels
(List[str]) an array containing the labels associated with this prediction
Examples
Basic Usage
Full script usage can be found at Integration Script.
Guides
Full examples can be found at the Dataset Integration section of the following guides:
Last updated