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 |
|---|---|
Sends notification emails using Gmail’s SMTP service. |
|
Formats log messages with a visual separator between log entries. |
|
Logs messages to stdout or stderr using tqdm. |
|
Coordinates the training process, loading the data and running the experiments. |
|
Defines the steps to take when training a model. |