-
We can use git-lfs [0] to include the weights of the trained model in this repository.
For HPO I would suggest to only save the best model; for reproducibility, all models are of interest.
[0] h…
mberr updated
2 years ago
-
D:\anaconda3\envs\pytorch\python.exe E:/pycharmProjects/OpenKE-OpenKE-PyTorch/examples/train_transe_WN18_adv_sigmoidloss.py
Traceback (most recent call last):
File "E:/pycharmProjects/OpenKE-OpenK…
-
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…
-
Hi, how do you split the knowledge graph into train/valid/test? I am confused about how to make all entities appearing in the training set.
SRL94 updated
3 years ago
-
Hi, can you share the hyperparameters for WN18RR?
-
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 …
-
Hi Team,
I am learning CoKE released from your team recently. I followed the steps and run the model on WN18RR with specified hyper-parameteres for multiple times, but the model trained locally ca…
-
I have performed statistics on all the version data provided in the warehouse, and found that there is some inconsistency with the statistical results in Table 2 of the paper? Can you give a brief exp…
-
I have performed statistics on all the version data provided in the warehouse, and found that there is some inconsistency with the statistical results in Table 13 of the paper? Can you give a brief ex…
-
TLDR; I have been observing very high performance for a very simple model, I think a bug in the evaluation may be the cause.
I have been experimenting with learning embeddings for entities' types.
…