-
Hello,
I was wondering how much GPU memory is needed to replicate the result in the paper? I tried on all three datasets but for all of them, I run into OOM issue.
-
您好,我想要与您的方法进行对比。请问一下,这个checkpoints的预训练方法是什么?
-
Hi,
Could you please add the prerequisites package (eg. tensorflow version) for this repo.?
Thanks.
-
I've had a look at your recent ICLR20 paper; the results for FB15k-237 are outright amazing! I browsed the source code in this repository to better understand what you do. I stumbled across the follow…
-
Dear authors,
I met this problem when I ran the MKG task. I tried to solve it in the data_module file, but I failed. Have you ever met the same problem?
warnings.warn(
Namespace(accelerator=None,…
-
I have received this same error message from several Ax search jobs spanning multiple models and datasets:
```
concurrent.futures.process._RemoteTraceback:
"""
Traceback (most recent call last)…
-
感谢您参与 X2Paddle 社区! 问题模版为了 X2Paddle 能更好的迭代,例如新功能发布、 RoadMaps 和错误跟踪. :smile_cat:
## 问题描述
看到报错显示conv必须是2d或3d格式,想问一下使用了conv1d的模型可以怎么转换为paddle模型
- 错误信息
- (x2paddle) C:\Users\11832\Downloads\Shift-S…
-
有人成功复现过这篇论文吗,可以告知复现结果吗
-
您好,使用TransE在数据集FB15K上进行链接预测任务,在100epoch后进行评估报错内存溢出;于是我将bacth_size改为原来的一半50,依然溢出,显卡为2080Ti,内存为12GB。请问一下怎么解决呀?
#####################################################
epoch 99, avg. triple loss: 0.012…
-
### Describe the bug
I want to create embeddings for the english entities/nodes of the conceptnet graph. When I create a pipeline such that only english entities, it takes more time to process the …