PACKAGE
IVORY.CALLBACKS
MODULE
IVORY.CALLBACKS.EARLY_STOPPING
Early stopping when a monitored metric has stopped improving.
Classes
EarlyStopping
— Early stops a training loop when a monitored metric has stopped improving.</>
MODULE
IVORY.CALLBACKS.METRICS
Metrics to record scores while training.
Classes
Metrics
— Metrics object.</>BatchMetrics
— Metrics object.</>
MODULE
IVORY.CALLBACKS.PRUNING
MODULE
IVORY.CALLBACKS.RESULTS
A container to store training, validation and test results.
Classes
Results
— Results callback stores training, validation and test results.</>BatchResults
— Results callback stores training, validation and test results.</>
Functions
concatenate
(
iterable
,callback
,modes
,reduction
)
(Results) — Returns a concatenated Results.</>