Skip to content

Commit 5096c1c

Browse files
committed
fix typo in README.md
1 parent d26eeb2 commit 5096c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ python -m torch.distributed.launch --nproc_per_node=4 script/run.py -c config/in
7171
```
7272

7373
```bash
74-
python -m torch.distributed.launch --nnodes=4 --nproc_per_node=4 script/run.py -c config/inductive/wn18rr.yaml --gpus[0,1,2,3,0,1,2,3,0,1,2,3,0,1,2,3]
74+
python -m torch.distributed.launch --nnodes=4 --nproc_per_node=4 script/run.py -c config/inductive/wn18rr.yaml --gpus [0,1,2,3,0,1,2,3,0,1,2,3,0,1,2,3]
7575
```
7676

7777
### Visualize Interpretations on FB15k-237 ###

0 commit comments

Comments
 (0)