Skip to main content

wandb sweep

Usage

wandb sweep [OPTIONS] CONFIG_YAML_OR_SWEEP_ID

Summary

Create a sweep

Options

OptionDescription
-p, --projectThe project of the sweep.
-e, --entityThe entity scope for the project.
--controllerRun local controller
--verboseDisplay verbose output
--nameSet sweep name
--programSet sweep program
--updateUpdate pending sweep
--stopFinish a sweep to stop running new runs and let currently running runs finish.
--cancelCancel a sweep to kill all running runs and stop running new runs.
--pausePause a sweep to temporarily stop running new runs.
--resumeResume a sweep to continue running new runs.
Was this page helpful?๐Ÿ‘๐Ÿ‘Ž