-
很抱歉打扰您,想问一下您的代码如果把数据集换成FB15K237那样的数据集可以吗?如果可以的话是只需要改数据格式就行吗?
-
Hi there.
I have tried running this code on one of my machine with two RTX3090 GPUs (GPU memory 24GB for each)
python -m torch.distributed.launch --nproc_per_node=2 script/run.py -c config/fb15k…
-
Hi,
Thanks for sharing the codes. Your work is quite interesting. However, as I was reproducing the experiments, I found that every time after performing the iterative training, the GPU memory incr…
-
您好,在我复现实验的过程中,ChatGPTzero−shot (Zhu et al., 2023) ⋄ChatGPTone−shot (Zhu et al., 2023) ⋄这两个Baseline,很难达到0.237以及0.267的hit@1。我也参考了(Zhu et al., 2023)的工作AutoKG,并严格固定了对应prompt格式,不过autokg的工作由于只使用了25个instance…
-
你好,非常感谢你的代码,但是在运行ConvR模型时,最后测试集分别取头实体、尾实体预测结果的均值为指标,要远差于论文中ConvR在FB15k-237中对hit@10的0.528,请问有什么解决方法吗
-
你好,我在使用openke2.0中的train_rotate_FB15K237_dist.py时出现以下报错,请问有什么解决办法吗?非常希望得到帮助。
Input Files Path : ./benchmarks/data-390/
The toolkit is importing datasets.
The total of relations is 28.
The total of …
-
`Loading /public/home/yqzhang/modeltest/0_path_model/AStarNet-master/datasets/knowledge_graphs/fb15k237_train.tx
Loading /public/home/yqzhang/modeltest/0_path_model/AStarNet-master/datasets/knowledge…
-
Traceback (most recent call last):
File "train_transe_FB15K237.py", line 41, in
transe.save_checkpoint('./checkpoint/transe.ckpt')
File "/root/ABC/openke/module/BaseModule.py", line 21, in…
-
Dear Xiou:
I'm sorry to bother you again, but I reproduce the result in CompoundE on wn18rr,
My code as follows:
but I tried two methods with wn18rr in Rotate and Rotate3d, the results were …
-
We would like to add some more graphs to the automatic retrieval mechanism.
Currently, we support only StringPPI (human version), CompleteStringPPI (cross-species) and KG-COVID-19.
Which graphs …