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
-c, --launch_configPath to JSON or YAML file which defines how to launch the 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.
-q, --queueThe name of a launch queue (configured with a resource), available in the current user or team.
--project-queueSpecify sweeps launch project
--helpShow this message and exit.
Was this page helpful?๐Ÿ‘๐Ÿ‘Ž