updateInfo
Syntax
Description
updateInfo(
updates the specified information in the Training Progress window and saves the values in
the monitor,infoName=infoValue)InfoData property of the TrainingProgressMonitor object monitor.
updateInfo(
updates the information using the values specified by the structure
monitor,infoStructure)infoStructure.
Examples
Input Arguments
Tips
The information values appear in the Training Progress window and the training plot shows a record of the metric values. Use information values for text and for numerical values that you want to display in the training window but not in the training plot.
You can use the information values to perform analysis after training. The monitor stores the information values without step information and only adds information when you call the
updateInfofunction. If you need the step information to use the values for the analysis, then update the information values at each step.
