A trigger that triggers an action when each epoch finishs.
A trigger that triggers an action when each epoch finishs. Could be used as trigger in setValidation and setCheckpoint in Optimizer, and also in TrainSummary.setSummaryTrigger.
A trigger that triggers an action when training reaches the number of epochs specified by "max".
A trigger that triggers an action when training reaches the number of epochs specified by "max". Usually used in Optimizer.setEndWhen.
the epoch when the action takes place
A trigger that triggers an action when training reaches the number of iterations specified by "max".
A trigger that triggers an action when training reaches the number of iterations specified by "max". Usually used in Optimizer.setEndWhen.
the iteration when the action takes place
A trigger that triggers an action when validation score larger than "max" score
A trigger that triggers an action when validation score larger than "max" score
max score
A trigger that triggers an action when training loss less than "min" loss
A trigger that triggers an action when training loss less than "min" loss
min loss
A trigger that triggers an action every "n" iterations.
A trigger that triggers an action every "n" iterations. Could be used as trigger in setValidation and setCheckpoint in Optimizer, and also in TrainSummary.setSummaryTrigger.
- trigger interval "n"