Skip to content

Commit 113be78

Browse files
hacobetimbauman
authored andcommitted
Fix seeds flag.
1 parent e788614 commit 113be78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmarking/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To generate the commands to run the entire benchmarking suite with multiple rand
2525
python experiments/commands.py \
2626
--name=run0 \
2727
--cfg_pattern=benchmarking/example_*.json \
28-
--seeds 0,1,2 \
28+
--seeds 0 1 2 \
2929
--output_dir=output
3030
```
3131

@@ -41,7 +41,7 @@ To generate the commands for the Hofvarpnir cluster:
4141
python experiments/commands.py \
4242
--name=run0 \
4343
--cfg_pattern=benchmarking/example_*.json \
44-
--seeds 0,1,2 \
44+
--seeds 0 1 2 \
4545
--output_dir=/data/output \
4646
--remote
4747
```

0 commit comments

Comments
 (0)