Skip to content

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

Train a pipeline

  • Statistical Training


    Fit a pipeline using StatisticalTrainer β€” accumulate background moments, no gradient steps.

  • Gradient Training


    Fit a pipeline using GradientTrainer β€” optimizer, scheduler, callbacks.

Run, monitor, and profile