.FluxTraininglog_to

function defined in module FluxTraining


			log_to(backend, loggable, group, i)
log_to(backends, loggable, group, i)

Log loggable to backend with group to index i.

  • loggable is any Loggables.Loggable

  • group can be a String or a tuple of Strings implying some grouping which can be used by a supporting backend.

  • i is a step counter and unique for every group.