Reference
crab exp
Create and manage experiment runs.
Synopsis
crab exp [SUBCOMMAND]Description
crab exp manages experiment runs — isolated branches that track parameters,
metrics, and outputs for reproducible ML workflows.
For conceptual background, see Experiments.
Subcommands
crab exp run— Execute an experimentcrab exp list— List experiment runscrab exp show— Show experiment detailscrab exp diff— Compare experimentscrab exp remove— Delete experiment runs
Examples
Run an experiment
crab exp run --params lr=0.001,epochs=50 -- python train.pyList experiments
crab exp listCompare two experiments
crab exp diff exp-abc123 exp-def456Related Commands
crab run— cached command execution.crab workflow— multi-step pipelines.