FluxTraining.LoggerBackend

abstract type defined in module FluxTraining

abstract type LoggerBackend

Backend for logging callbacks like.

To add support for logging Loggables.Loggable L to backend B, implement

log_to(backend::B, loggable::L, names, i)

See also LogMetrics, LogHyperParams, log_to

Backlinks