Training#

The training module provides a class for managing the training process, loading the data and running the experiments. The Workflow class defines the steps to take when training a model.

Module Contents#

Object

Description

FileFormatter

Formats log messages with a visual separator between log entries.

TqdmLoggingHandler

Logs messages to stdout or stderr using tqdm.

TrainingManager

Coordinates the training process, loading the data and running the experiments.

Workflow

Defines the steps to take when training a model.