LogLevel#

class composer.loggers.LogLevel(value)[source]#

LogLevel denotes when in the training loop log messages are generated.

Logging destinations use the LogLevel to determine whether to record a given metric or state change.

FIT#

Logged once per training run.

EPOCH#

Logged once per epoch.

BATCH#

Logged once per batch.