Progress

The Progress class is used to track the progress of training and prediction.

Initialization

Reset

To restart the Progress, we use the reset() method. This sets the amount of items we expect to train with and the number of epochs we use for training.

Update

A module will update using the update() method, which automatically prints the progress.

Second, when we move to the next epoch we use the update_epoch() method.