NBFNet
NBFNet copied to clipboard
Official implementation of Neural Bellman-Ford Networks (NeurIPS 2021)
Hi, I found the Hits@10 of RotatE in FB15k237 **(0.553)** is higher than original paper **(0.533)**. And others are same. Is this a recording error or did you improve the...
Congratulations to the authors for NeurIPS'21, looking forward to your talk during LoGaG --- While installing the project on VMs **and** local systems, I've been running into multiple issues getting...
Hi there. I have tried running this code on one of my machine with four RTX3090 GPUs (GPU memory 24GB for each) ``` python -m torch.distributed.launch --nproc_per_node=4 script/run.py -c config/inductive/wn18rr.yaml...
Hi, Doctor. I meet some problems when I run the code on the Linux. I do really need your help. Could you help me? It really troubles me a lot....
Hi, I followed the instruction to reproduce results but had a problem with module 'spmm'. My torch version is 1.8.2, torchdrug is 0.1.2. Any ideas how to fix it? >...
Hello, I followed the instruction to install the torchdrug-related packages and matching PyTorch/CUDA version. However, I got this following error when initializing the code. Any ideas to fix this? The...
Hello, I was wondering whether there is a particular reason for adding the inverse relations in the graph. Thanks in advance for your answer!
Hello. I have difficulties reproducing the results of SEAL baselines in the paper. Could you please provide more details? For example, the code base you use and the hyperparameters?