mxnet.callback¶
Callback functions that can be used to track various status during epoch.
Functions
|
A callback that saves a model checkpoint every few epochs. |
|
Callback to log the training evaluation result every period. |
|
Callback to checkpoint Module to prefix every epoch. |
Classes
Just logs the eval metrics at the end of an epoch. |
|
|
Displays a progress bar, indicating the percentage of batches processed within each epoch. |
|
Logs training speed and evaluation metrics periodically. |