-
Hello team,
Thank you for your excellent work! I used your `ultra_50g.pth` to do the inference (zero-shot learning) on my own dataset with the purpose to find the new links between entities. I eval…
-
您好,我没有找到cp IterDE_FB15K237/transe_512.py ./python transe_512.py和cp IterDE_WN18RR/com_wn_512.py ./
python com_wn_512.py的文件
-
您的代码里除了ConvE或InteractE,还有transE和distmult这两种评分函数,但是论文没有使用这两种评分函数的训练结果,我尝试使用语句python run.py -epoch 200 -name test_wn -model ragat -score_func transe -data WN18RR -batch 256 -opn mult
运行run.py,但是报错了,请问代…
-
你好,请问为什么我在FB15K-237上训练时收敛的很快,而且效果也不错,但在WN18RR上训练效果很差,几乎不收敛,MRR一直在0.0几是怎么回事呢?
-
有没有同学也遇到一样的问题啊,就是文章在这三个数据集上面结果和文章的差不多,但是在fb15k-237,wn18rr上面进行运行的时候,不管是Rela+TripleRE还是TripleRE,HITS@10指标都很好,但是MR和hits@1都非常差,只有零点几的样子,请问是我哪里设置错误了吗,但是理论上来说,就算是rela不适合FB15K这样的数据集上面,那我不用RELA只要tripleRE应该也不会…
-
Hi, thanks for your great work. I want to know how many gpu hours or epochs you need to get the reported results of fb1k5237 and wn18nn on your paper?
-
Namespace(batch_size=64, dataset='WN18RR', dataset_path='./data/processed', decoder='beam_search', diversity_penalty=0.0, epochs=100
, eval_tgt_max_length=30, gpu='0', log_text=False, lr=0.001, model…
-
I just use pycharm virtual environment, can't find the .env file. installed requirements.txt, I ran test.py, and the program showed me the error is KeyError: 'OPENAI_API_KEY'. Can you give me some g…
-
Hi,
After I download the checkpoint, the file is a .ckpt file. Do you know how to test this checkpoint on my testing data?
-
Hello. I have questions about what are the GPUs used for training in your experiment? And how long did you train the model for WN18RR and FB15K237? Can you give me the answer? Because I want to follow…