-
Contact person for KGE questions is Richard Bruskiewich (SRI Team).
-
本期打卡已结算完成。报名最新一期的打卡活动 [点这里](https://mp.weixin.qq.com/s/eUG2OOzY3k_ZTz-CFvtv5Q)
-
can you write some detailed tutorial on writing configuration file? Currently, I find out that the way to learn how to write configuration file is very limited. I read those examples you give, but sti…
-
Hi,
I want to build the GCN embedders on top of kge. But I have encountered the `KeyError: 'gcn_embedder'` which I am not sure how to solve. I add the embedder class according to the README but it…
jwzhi updated
3 years ago
-
Hi,
I am trying to implement gcn as a embedder for the kge models. And during training time, I sometimes get `Error in tie-handling. The scores assigned to a triple by the SPO and SP_/_PO. Verify t…
jwzhi updated
3 years ago
-
Hi there!
I was trying to work with the obgl-biokg and execute the script at https://github.com/snap-stanford/ogb/blob/master/examples/linkproppred/biokg/run.py .
I was getting the following err…
-
Hi,
I wonder why there is a dimension discrepancy between the dimension my config file sets and the actual model's dimension only for the ConvE implementation.
For example, if I set
```
recipr…
jwzhi updated
3 years ago
-
Hello,
I was wondering; is there any setting that would allow taking in the actual entity (and relation) indices to the scoring function, and use the lookup embeddings directly in the scorer inste…
-
Thanks @saramsey for highlighting this use case. We've pondered this but probably haven't made it an official design feature, so I highlight it here in this issue.
-
The Python Flask KGE Archive deployment needs to be converted into a WSGI deployment: i.e. NGINX / WSGI / web application integration.
References: https://www.fullstackpython.com/wsgi-servers.htm…