--count limit is reached.
Find the sweep ID in:
- The W&B App at
https://wandb.ai/entity/project/sweeps. Replaceentityandprojectwith your entity and project names. - The output of the
wandb sweepcommand when you create a new sweep.
entity/project/sweep_id) or the eight character sweep ID alone.
Examples:
Start an agent for a sweep with a sweep ID of “wbyz9876”
Usage
Options
project
Set the project to upload runs to.
| Flag | Default | Type |
|---|---|---|
-p, --project | None | STRING |
entity
Set the entity to scope the project to.
| Flag | Default | Type |
|---|---|---|
-e, --entity | None | STRING |
count
Maximum number of runs this agent will execute. Continues until the sweep completes if not set.
| Flag | Default | Type |
|---|---|---|
--count | None | INT |
forward_signals
Forward signals (e.g. SIGINT/SIGTERM) to child runs so they can shut down cleanly.
| Flag | Default | Type |
|---|---|---|
-f, --forward-signals | False | BOOL |
help
Show this message and exit.
| Flag | Default | Type |
|---|---|---|
--help | False | BOOL |