-
win18rr_transductive Report an error:
10:41:03 Random seed: 1024
10:41:03 Config file: config/transductive/wn18rr.yaml
10:41:03 Delta: 0
10:41:03 {'dataset': {'class': 'WN18RR', 'root': '~…
-
```bash
(astarnet) [AStarNet]$ python3 script/run.py -c config/transductive/fb15k237_astarnet.yaml --gpus [0]
12:22:42 Config file: config/transductive/fb15k237_astarnet.yaml
12:22:42 {'output_…
-
Hello,
There is a file called 'n2n.txt' missing in folder FB15K237, which is required in Test_RPJE.cpp line 666: FILE* f7 = fopen("./n2n.txt","r"); Can you please double-check to see what happened?…
-
I encountered the following problem when executing "UTPUT_DIR=./checkpoint/fb15k237/ bash scripts/train_fb.sh".O How can I solve it
TypeError: Caught TypeError in replica 0 on device 0.
TypeError: f…
-
Hi,
I am trying to run [A*Net](https://github.com/DeepGraphLearning/AStarNet/) which uses your package. I am running into the following error when trying to compile `functional.generalized_rspmm`.…
-
No pressing issue (I just used one of your releases) but maybe you should know that I hat troubles cloning the repo for some reason:
```bash
PS C:\Users\ottsi> git clone https://github.com/pykeen/…
-
### Describe the bug
I am trying to reproduce Table 9 in the paper (https://arxiv.org/pdf/2006.13365.pdf). I am making using of hyperparameters json file in the folder (https://github.com/pykeen/pyke…
-
Has anyone else had this problem when run "python train_transe_FB15K237.py"?
-
### Problem Statement
I tried to reproduce the best ComplEx + N3 scores with dataset FB15K237.
The settings are as below:
pipeline_result = pipeline(
dataset=ds.FB15k237(),
mode…
-
很抱歉打扰您,想问一下您的代码如果把数据集换成FB15K237那样的数据集可以吗?如果可以的话是只需要改数据格式就行吗?