add_prediction
code_loader.leap_binder.add_prediction
code_loader.leap_binder.add_prediction(
name=str,
labels=List[str]
channel_dim: int = -1
)Args
Examples
Basic Usage
...
LABELS = ['0','1','2','3','4','5','6','7','8','9']
leap_binder.add_prediction(
name='predicted_digit',
labels=LABELS
)Guides
Last updated
Was this helpful?

