Skip to main content

How should I run sweeps on SLURM?

When using sweeps with the SLURM scheduling system, run wandb agent --count 1 SWEEP_ID in each scheduled job. This command executes a single training job and then exits, facilitating runtime predictions for resource requests while leveraging the parallelism of hyperparameter searches.

Was this page helpful?๐Ÿ‘๐Ÿ‘Ž