Skip to content

Releases: JuliaAI/IterationControl.jl

v0.2.2

19 Mar 02:36
92160f1
Compare
Choose a tag to compare

IterationControl v0.2.2

Diff since v0.2.1

  • Bump EarlyStopping compat to add NumberSinceBest stopping criterion.

Merged pull requests:

v0.2.1

18 Mar 00:04
df0b776
Compare
Choose a tag to compare

IterationControl v0.2.1

Diff since v0.2.0

  • (bug fix) Fix IterationControl.skip (#32)

Merged pull requests:

v0.2.0

12 Mar 04:01
1c8690f
Compare
Choose a tag to compare

IterationControl v0.2.0

Diff since v0.1.3

  • (breaking) RenameNumberCount to WithNumberDo, Loss to WithLossDo, and TrainingLoss to WithTrainingLossDo.

Merged pull requests:

v0.1.3

11 Mar 07:15
c03b65d
Compare
Choose a tag to compare

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)

v0.1.2

10 Mar 19:45
1ea23e0
Compare
Choose a tag to compare

IterationControl v0.1.2

Diff since v0.1.1

Merged pull requests:

  • Add list of all controls for easy re-export by client packages (#24) (@ablaom)

v0.1.1

10 Mar 02:15
5f21653
Compare
Choose a tag to compare

IterationControl v0.1.1

Diff since v0.1.0

  • (enhancement) Allow specification Callback(f, ..., raw=true) to force f to be applied to the raw model object model, instead of expose(model) (#22)

Merged pull requests:

  • Add option Callback(f, raw=...) to apply f to raw model instead of expose(model) (#22) (@ablaom)
  • For a 0.1.1 release (#23) (@ablaom)

v0.1.0

08 Mar 02:39
ba81e55
Compare
Choose a tag to compare

IterationControl v0.1.0

Merged pull requests: