wandb sweep
Usage
wandb sweep [OPTIONS] CONFIG_YAML_OR_SWEEP_ID
Summary
Create a sweep
Options
Option | Description |
---|---|
-p, --project | The project of the sweep. |
-e, --entity | The entity scope for the project. |
--controller | Run local controller |
--verbose | Display verbose output |
--name | Set sweep name |
--program | Set sweep program |
--update | Update pending sweep |
--stop | Finish a sweep to stop running new runs and let currently running runs finish. |
--cancel | Cancel a sweep to kill all running runs and stop running new runs. |
--pause | Pause a sweep to temporarily stop running new runs. |
--resume | Resume a sweep to continue running new runs. |