FluxTraining.jl icon indicating copy to clipboard operation
FluxTraining.jl copied to clipboard

`LogHyperparams` only works if there is a `Scheduler`

Open darsnack opened this issue 3 years ago • 0 comments

LogHyperparams relies on :hyperparams being defined as a key in learner.cbstate, but this is only initialized by Scheduler. So, trying to use a hyper parameter logging callback without scheduling callback results in an error.

darsnack avatar Apr 11 '22 17:04 darsnack