composer.callbacks#
Modules
Hyperparameters for callbacks. |
|
Callback to save checkpoints during training. |
|
Monitor gradient during training. |
|
Monitor learning rate during training. |
|
Log memory usage during training. |
|
Monitor throughput during training. |
Callbacks that run at each training loop Event.
Each callback inherits from the Callback base class. See detailed description and
examples for writing your own callbacks at the Callback base class.
Classes
Callback to save checkpoints. |
|
Computes and logs the L2 norm of gradients on the |
|
Logs the learning rate. |
|
Logs the memory usage of the model. |
|
Logs the training throughput. |
Hparams
These classes are used with yahp for YAML-based configuration.
Base class for Callback hyperparameters. |
|
|
|
|
|
|
|
|
|
|