composer#
Some key classes are available directly in the composer
namespace.
Classes
Base class for algorithms. |
|
Base class for callbacks. |
|
The interface needed to make a PyTorch model compatible with |
|
Specifications for operating and training on data. |
|
Coordinator for running algorithms and resolving ordering conflicts among them for composition. |
|
A wrapper for a dataloader to include metrics that apply to a specific dataset. |
|
Enum to represent training loop events. |
|
An interface to record training data. |
|
The state of the trainer. |
|
Time represents static durations of training time in terms of a |
|
Enum class to represent units of time for the training process. |
|
Timestamp represents a snapshot of the current training progress. |
|
Train models with Composer algorithms. |