FluxTraining.jl
FluxTraining.jl copied to clipboard
`LogHyperparams` only works if there is a `Scheduler`
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.