Yangzhe Peng
Yangzhe Peng
I meet the same issue, too. But I found it may be because the eval process is too slow. The cmd are as followed: ```bash dglke_eval \ --model_name TransE \...
I get the same error, too! So I tried to use another version of dgl and dgl-ke to fix this. After I try to install dgl-ke from source and use...
Oh! I find a way to solve this bug thanks to @guillaume-be's PR. The step is as followed: ```bash # install dgl-cu113 of version 0.8.2 pip install dgl-cu113==0.8.2 dglgo -f...
BTW, I made a docker image and readme for easier usage. Feel free to use it if this is helpful to anyone who see this :) https://hub.docker.com/repository/docker/yangzhep/kge/general
Not yet :( But I found another possible tool to use: [UIE](https://aclanthology.org/2022.acl-long.395/). You may have a look at it.
I managed to build the env from scratch and use develop branch to use it in `python xxx.py` style. The following is my process: 1. setup env ```bash conda create...