Skip to content

Commit

Permalink
[Doc] fix train_and_test.md (open-mmlab#2467)
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjiyi authored Jun 19, 2023
1 parent a912a39 commit 2af529d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/user_guides/train_and_test.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ different port and visible devices.

```shell
CUDA_VISIBLE_DEVICES=0,1,2,3 PORT=29500 bash ./tools/dist_test.sh ${CONFIG_FILE1} ${CHECKPOINT_FILE} 4 [PY_ARGS]
CUDA_VISIBLE_DEVICES=4,5,6,7 GPUS=29501 bash ./tools/dist_test.sh ${CONFIG_FILE2} ${CHECKPOINT_FILE} 4 [PY_ARGS]
CUDA_VISIBLE_DEVICES=4,5,6,7 PORT=29501 bash ./tools/dist_test.sh ${CONFIG_FILE2} ${CHECKPOINT_FILE} 4 [PY_ARGS]
```

### Test with multiple machines
Expand Down

0 comments on commit 2af529d

Please sign in to comment.