Skip to content

Commit 298a03d

Browse files
authored
Merge pull request #1 from DeepGraphLearning/master
第一次更新
2 parents d7b527c + 5096c1c commit 298a03d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is the official codebase of the paper
1111

1212
[paper]: https://arxiv.org/pdf/2106.06935.pdf
1313

14-
NeurIPS 2021
14+
A PyG re-implementation of NBFNet can be found [here](https://github.com/KiddoZhu/NBFNet-PyG).
1515

1616
## Overview ##
1717

@@ -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 ###
@@ -206,9 +206,10 @@ If you find this codebase useful in your research, please cite the following pap
206206

207207
```bibtex
208208
@article{zhu2021neural,
209-
title={Neural Bellman-Ford Networks: A General Graph Neural Network Framework for Link Prediction},
209+
title={Neural bellman-ford networks: A general graph neural network framework for link prediction},
210210
author={Zhu, Zhaocheng and Zhang, Zuobai and Xhonneux, Louis-Pascal and Tang, Jian},
211-
journal={arXiv preprint arXiv:2106.06935},
211+
journal={Advances in Neural Information Processing Systems},
212+
volume={34},
212213
year={2021}
213214
}
214215
```

0 commit comments

Comments
 (0)