We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26eeb2 commit 5096c1cCopy full SHA for 5096c1c
README.md
@@ -71,7 +71,7 @@ python -m torch.distributed.launch --nproc_per_node=4 script/run.py -c config/in
71
```
72
73
```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]
+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]
75
76
77
### Visualize Interpretations on FB15k-237 ###
0 commit comments