There was an error while loading. Please reload this page.
1 parent 530f45f commit 1b75325Copy full SHA for 1b75325
1 file changed
sweep/README.md
@@ -32,7 +32,7 @@ wandb login
32
33
```bash
34
cd sweep
35
-python sweep.py --dry-run
+CUDA_VISIBLE_DEVICES=3 python sweep.py --dry-run
36
```
37
38
## Running the sweep
@@ -42,7 +42,7 @@ Start a tmux session so the sweep survives SSH disconnection:
42
43
tmux new -s sweep
44
45
-python sweep.py
+CUDA_VISIBLE_DEVICES=3 python sweep.py
46
# Ctrl+B, D → detach (safe to close laptop)
47
# tmux attach -t sweep → reconnect later
48
@@ -55,7 +55,7 @@ Progress is logged to `sweep.log` and to the W&B project `VOICE`.
55
it will skip completed runs and retry failed ones:
56
57
58
59
60
61
## Outputs
0 commit comments