Dash Shi

Results 31 comments of Dash Shi

Hi @carschno, base on the CI error it seems that the CI environment trying to use java8 whereas the system only supports 9 to 13. ``` Installing oraclejdk8 $ export...

Hi @carschno, after updating the java version in the TravisCI config, it passes all the tests. Thank you!

Hi, I reimplement the DKRL using TF. The code is at https://github.com/bxshi/ConMask/blob/master/ndkgc/models/cnn_model.py

You can use the FB20k dataset published by Ruobing Xie in his DKRL paper. On Tue, Mar 19, 2019 at 4:29 AM LeSamouraiXWH wrote: > 你好,我还想咨询下这里是只有Dbpedia50和Dbpedia500两个数据吗,有没有FB15k的数据集 > > 发送自 Windows...

Hi Could you try https://github.com/bxshi/ConMask/blob/master/ndkgc/models/cnn_model.py instead? I think this file is the correct implementation of DKRL. I forgot to delete the old one... On Sat, Jun 8, 2019 at 1:52...

Yes absolutely On Thu, Apr 18, 2019 at 6:02 AM ookangithub wrote: > Can I just use 2 GPU?OR reduce the batch size? > > — > You are receiving...

If you reduce the number of GPU, you can keep using the same batch size I believe. If you see out of memory error, then you can try reduce the...

You will need to compile it on your machine otherwise there is a high chance that it won’t work on yours. If you use Linux you could just follow the...

You can get it from Ruobing's DKRL Github page.

I haven't experienced this issue before. I think this might due to an input data error? Seems the shape of your data does not match the placeholder.