-
Hi, i want to know how many time is needed for testing link prediction task?
I figured out that it will costs 1-2 days for WN18RR link prediction using A100. The utilization of gpu is 0%. And chan…
-
Hi Authors,
Have you considered experimenting with the original non sparse versions of the dataset? I tried to run it but don't know how to generate the axioms (Is the code for that present ?).
T…
-
Hello, first of all, thank you for your contribution, but I have encountered several problems in the process of replicating the results, and I would like to ask for your help.
1. I used KG-S2…
-
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/…
-
@Demirrr Any interest in creating pretrained model checkpoints for other large-scale graphs? In particular, aside from YAGO/WN18RR/FB15K-237, there are several other graphs that are used for alignment…
-
经在lerp同级目录中新建了log文件夹。
请问这个报错如何解决呢?是缺少文件吗
-
Hi,
Thanks for the great work! Could you also share the KGC datasets fb15k-237 and WN18RR (the same format as wikidata5m)? BTW, I also see the dataset codex-m in the shared data but did not find re…
-
Hi, I am trying to train PTransE on datasets different from FB15K.
I want to train it on FB15K-237, WN18, WN18RR and YAGO3-10.
As far as I understand, I need to generate the e1_e2.txt files for th…
-
Nice work! Thank you very much for the open source code. In the original paper, the FB15k-237, NELL995 and WN18RR datasets are divided into V1 to V4 versions. Because of the needs of my own paper, I w…
-
Hi, I've been working with your codebase a while but there is one issue, which occurred along the path and I haven't been able to overcome it so far. For a start, my usage of StAR (ensemble, and other…