Skip to content

v0.1.3

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Mar 07:15
c03b65d

IterationControl v0.1.3

Diff since v0.1.2

  • (enhancement) Add the controls NumberCount(f), Loss(f) and TrainingLosses(f), which apply f to the control cycle count, the current loss, and the current batch of training losses, respectively. Specify stop_when_true=true to trigger a stop when f returns true.

Merged pull requests:

  • Add more controls: Loss(f), TrainingLosses(), NumberCount() (#26) (@ablaom)
  • For a 0.1.3 release (#27) (@ablaom)