-
Hi, I notice that you provide different hyperparameter settings for tensorflow version code for different models and datasets in the ./examples fold to achieve best performance (like train_transe_FB15…
-
Hi, I am using parameters given in the readme to run ConvE on FB15K237 but the best results I can get is: HITS@10: 0.484, MR: 274, MRR: 0.309, I didn't change anything. So is there specific parameter…
-
I am executing the program using `python train_model.py --gpu --db fb15k237 --mode train --model hole`
Note that I added the missing lines in `openke/module/model/__init__.py`
to export HolE class…
-
Hello,
Thanks for sharing the code. I have a question regarding the training time. In the paper, the training time of TransE on FB15K for 1000 epochs is about ~300s. However, when I run the example…
-
It seems that test data in github is not consistent with that in the paper.
Could you provide the train/test data which can reproduce the results reported in Table 1?
It would be great if you can p…
-
Could you please provide the training parameters of 4 datasets(FB15K, FB15K237, WN18, WN11), since I can't reproduce the result in the paper.
-
Hi,
I type the command:
$ python CapsE.py --embedding_dim 100 --num_epochs 31 --num_filters 50 --learning_rate 0.0001 --name FB15k-237 --useConstantInit --savedEpochs 30 --model_name fb15k237
But I…
-
**SUMMARY**
a) I'm getting started, trying to test example_train_transe.py for both OpenKE TF and PyTorch
b) Tensorflow seems OK; but maybe there is a issue in the PyTorch version??
c) There may be…
drcdr updated
4 years ago
-
Hello,
I have read the paper about TransH. They have mentioned a weight C as one of the hyperparameter. Is it included in the code? If yes can you please tell me where to set it? If it is not inclu…
-
Hi,
you have not answered the original question from https://github.com/thunlp/OpenKE/issues/52#issue-326373503. Although you added the option to set a weight_decay (I am referring to the PyTorch i…