Workflows¶
Task-recipe guides organised around "I want toβ¦" intentions. Workflows are terse and action-oriented β if you know what you're trying to do and need the exact incantation, this is the section.
If you're new and need step-by-step learning instead, start with Tutorials.
Build a pipeline¶
-
Author a pipeline programmatically with the Python API.
-
Define a pipeline declaratively in YAML.
Train a pipeline¶
-
Fit a pipeline using
StatisticalTrainerβ accumulate background moments, no gradient steps. -
Fit a pipeline using
GradientTrainerβ optimizer, scheduler, callbacks.
Run, monitor, and profile¶
-
Replay a saved pipeline with
restore-pipelineorrestore-trainrun. -
TensorBoard, metric callbacks, and runtime visualisation of pipeline state.
-
Measure where a pipeline spends its time and memory.