-
Hi, thanks for the continued good work on such a great library!
I recently faced some confusion relating to the RGCN implementation on PyKEEN v1.5.0.
## Issue
> I tried to reproduce the Link …
-
Running examples/train_transe_FB15K237.py does not give reported performance.
Running on GPU (11Gb).
![transe_fb15k237](https://user-images.githubusercontent.com/22951144/106204811-30aa2880-6183-1…
-
Hello,
I am trying to run examples\train_transe_FB15K237.py and I am getting the following error:
`C:\Users\Marja\anaconda3\envs\env_pytorch\python.exe C:/Users/Marja/PycharmProjects/OpenKE/train_…
-
I go through the example in `train_transe_FB15K237.py`. I wonder how to get a prediction for the head or tail entity. I get info on that for older OpenKE versions but not for the new PyTorch version.
…
-
运行源码,会在Trainer.train_one_step()时,
File ".\OpenKE\openke\module\model\TransH.py", line 83, in forward
h = self.ent_embeddings(batch_h)
File ".\Anaconda2\envs\KG_Models_MXnet\lib\site-package…
SHK92 updated
3 years ago
-
0%| | 0/1000 [00:00
-
我在win10系统中使用OpenKE-Pytorch,在运行完bash make.sh之后,运行train_transd_FB15K237.py出现如下问题:OSError: exception: access violation writing 0x0000024FE7B3D8E0,请问怎么解决呢?
-
我跑了Complex,SImplE,DistMult,Anonogy ,效果都远达不到readme中的表格的效果。各位有谁可以公开超参数吗?
-
When running the example - python train_transe_FB15K237.py
This error founded. I just set the cpu mode and didn't change anything else.
Traceback (most recent call last):
File "train_transe_…
-
I just tried the hyper parameters from the FB15K example in the example file train_transe.py (PyTorch Old) which didn't work very well.
Does anyone know the optimal hyper parameters for the new Op…