v0.1.3
IterationControl v0.1.3
- (enhancement) Add the controls
NumberCount(f)
,Loss(f)
andTrainingLosses(f)
, which applyf
to the control cycle count, the current loss, and the current batch of training losses, respectively. Specifystop_when_true=true
to trigger a stop whenf
returnstrue
.
Merged pull requests: