Releases: JuliaAI/IterationControl.jl
Releases · JuliaAI/IterationControl.jl
v0.2.2
IterationControl v0.2.2
- Bump EarlyStopping compat to add
NumberSinceBest
stopping criterion.
Merged pull requests:
v0.2.1
v0.2.0
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:
v0.1.2
IterationControl v0.1.2
Merged pull requests:
v0.1.1
IterationControl v0.1.1
- (enhancement) Allow specification
Callback(f, ..., raw=true)
to forcef
to be applied to the raw model objectmodel
, instead ofexpose(model)
(#22)
Merged pull requests:
v0.1.0
IterationControl v0.1.0
Merged pull requests:
- Polish readme (#1) (@ablaom)
- Polish (#2) (@ablaom)
- fix table in readme (#3) (@ablaom)
- Polish (#4) (@ablaom)
- Iris example (#5) (@ablaom)
- small doc fixes (#6) (@ablaom)
- tweaks (#7) (@ablaom)
- add binder link to iris example; rm Plots baggage (#8) (@ablaom)
- Add square rooter code to examples (#9) (@ablaom)
- Add tests (#10) (@ablaom)
- Add data ingestion (#11) (@ablaom)
- Add Data control (#12) (@ablaom)
- broken link (#13) (@ablaom)
- re-instate tests (#14) (@ablaom)
- tweak (#15) (@ablaom)
- Polish readme (#16) (@ablaom)
- bump EarlyStopping compat (#17) (@ablaom)
- broken link (#18) (@ablaom)
- Simplify flat() (#19) (@ablaom)