NBFNet-PyG icon indicating copy to clipboard operation
NBFNet-PyG copied to clipboard

PyG re-implementation of Neural Bellman-Ford Networks (NeurIPS 2021)

Results 9 NBFNet-PyG issues
Sort by recently updated
recently updated
newest added

![1667778233352](https://user-images.githubusercontent.com/53420703/200201991-d5df57f2-98c9-45f6-a0d3-5a919bf40fb9.png) ![1667778309939](https://user-images.githubusercontent.com/53420703/200202057-b45b0289-a0c6-4310-b541-ac4e1c2a0a07.png) ![1667778347321](https://user-images.githubusercontent.com/53420703/200202083-b58187bd-576a-418f-915e-a3b613c84ec9.png) ![1667778381438](https://user-images.githubusercontent.com/53420703/200202103-e5341410-2dec-4fab-bc19-3c413541de1f.png)

``` Traceback (most recent call last): File "script/run.py", line 216, in train_and_validate(cfg, model, train_data, valid_data, filtered_data=filtered_data) File "script/run.py", line 57, in train_and_validate pred = parallel_model(train_data, batch) File "/root/anaconda3/envs/NBF_PYG_ENV/lib/python3.7/site-packages/torch/nn/modules/module.py", line 889,...

Hi, we are facing the following issue while running Linux command line `python script/run.py -c config/transductive/wn18rr.yaml --gpus [0]` ``` Traceback (most recent call last): File "/export/home/s190009/myFile/tools/anaconda3/envs/py38pt180cuda111/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1667, in _run_ninja_build...

Adding a few tips I needed to get this to run on an Intel based MacOS install. I haven't tested on my M1 machine yet but will update further if...

Hello, I was wondering whether there is a particular reason for adding the inverse relations in the graph. Thanks in advance for your answer!

Hi, thank you for your codes! However, I find that the rspmm seems to behave differently from the spmm in TorchDrug. **How I found this:** I tried to load the...

When I run the code, I have the following problem, could you tell me why: 11:21:06 IndWN18RR dataset 11:21:06 #train: 5410, #valid: 630, #test: 188 11:21:08 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 11:21:08 Epoch 0...

hi, this repo is a nice job. But, I can not find a method to make the NBFNet to predict. For example, given a (head, relation) and get a list...