๐ŸŽฑ API Reference#

algorithms

Algorithms programmatically modify the model or training process.

callbacks

Callbacks provide hooks that can run at each training loop Event

core

Central parts of composer such as Engine, base class for critical components such as Algorithm and Callback and other useful functionality such as Logger and Timer are implemented under core.

datasets

Datasets TODO -- more description.

functional

Functional API for applying algorithms.

loggers

Logging.

models

composer.models

optim

composer.optim

profiler

The profiler gathers performance metrics during a training run that can be used to diagnose bottlenecks and facilitate model development.

trainer

Train models with Composer speedup methods!

utils

Helper utilities.