Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ python3 arch_search.py --setting=convnet
When a remote GPU, e.g. GPU_0 on client 1, is chosen
by the server, the following command is executed
```bash
ssh <client 1 address> CUDA_VISIBLE_DEVICES=0 python3 <path to the **code** folder on client 1>/client.py
ssh <client 1 address> CUDA_VISIBLE_DEVICES=<gpu_id_0> python3 <path to the **code** folder on client 1>/client.py
```
Make sure that
- you can visit each client via **ssh** without password on the server side.
Expand Down