LogHyperParams
struct
defined in module
FluxTraining
LogHyperParams(backends...) <: Callback
Callback that logs hyperparameters to one or more
LoggerBackend
s.
See also
LoggerBackend
,
Loggables.Loggable
,
log_to
,
TensorBoardBackend
logcb = LogHyperParams(TensorBoardBackend("tblogs"))
schedule = ...
Learner(model, lossfn; callbacks=[Scheduler(LearningRate => schedule), logcb])
There is
1
method for FluxTraining.LogHyperParams
:
The following pages link back here: