-
Hi, I tried to generate rules after training with the LERP training script you uploaded. I got the following results, can you tell me how to interpret them?
Also, after training on WN18 and WN18RR …
-
您好,请问您能否提供WN18和WN9的图片文件,可以上传到[GoogleDrive]吗?
-
FileNotFoundError: [Errno 2] No such file or directory: 'WN18_torch_TransE_entity_20dim_batch400'
-
```
set -e
cudaid=$1
dataset=$2
splitter=$3
cd ../../../../..
if [ ! -d "out" ];then
mkdir out
fi
if [[ $dataset = 'fb15k-237' ]]; then
out_channels=237
hidden=64
eli…
-
And I wonder how much memory will this model use most?
Hope for your reply. This is very important for me!
-
我发现你们的图片数据集与RSME好像不太一致,以FB15k为例,在你们说给出的百度硬盘提供的数据集只有bing的,但是readme中给出的另一种方法 [mmkb](https://github.com/mniepert/mmkb) 中所下载的数据集同时包括了必应谷歌和雅虎下载的数据集
我也细致地比较了[RSME](https://github.com/wangmengsd/RSME)和你们代…
-
Hi,你们好,请问link prediction部分,看论文好像说对Bert的词表进行了扩充?这个是不是应该上传相应vocab或者config文件?我看代码好像就这里提到了,如果是我没注意到还请告诉我一下,感谢~
```
vision_config = CLIPConfig.from_pretrained('/home/lilei/package/clip-vit-base-patch32')…
-
Following the changes made in PR #325, the npz files and urls.json of all the datasets need to be updated. We want to migrate the urls from Google Drive to the new file storage solution discussed in #…
-
Hello, i ran a lot of examples in this repo, but did not mention how my data should be modeled into a graph.
For example, how is a MultiDiGraph such as WN18.gpickle established step by step, could yo…
-
Hi, I recently want to complete a MMKG in my own datasets. Specifically, I want to use your MKG code. However, I can't donwnload the image data for FB-15K-237 and WN18, I also can't run the main funct…