ConMask icon indicating copy to clipboard operation
ConMask copied to clipboard

some question about DKRL

Open lileilai opened this issue 6 years ago • 10 comments

hello , bxshi: could you share the running time about the model of dkrl in your code, and i notice that in your paper, the statistic of dkrl is different from the origin paper. I am confusing .

Looking forward to hearing from you

lileilai avatar Sep 01 '18 13:09 lileilai

我也是可以交流一下吗我的微信是yz1780041410

1780041410 avatar Sep 16 '18 07:09 1780041410

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

bxshi avatar Oct 23 '18 22:10 bxshi

than

Hi, I reimplement the DKRL using TF. The code is at https://github.com/bxshi/ConMask/blob/master/ndkgc/models/cnn_model.py Thansk for your reply~~~ Does the code of model is cnn_model.py, not the dkrl.py? Could you provide the pretrain model os dkrl? Thansk you

lileilai avatar Nov 05 '18 08:11 lileilai

hello , bxshi: when I run the sampling.py, there was error that tensorflow.python.framework.errors_impl.NotFoundError:/home/xiewenhao2019/ConMask-master/ndkgc/ops/__sampling/libsampling.so: undefined symbol: _ZN10tensorflow7strings6StrCatB5cxx11ERKNS0_8AlphaNumE

I have been cmake . and cmake --build . to generate some files.

LeSamouraiXWH avatar Mar 18 '19 13:03 LeSamouraiXWH

@lileilai 您好,请问在用命令cmake .和cmake --build .之后,为什么我运行sampling.py会出现一下错误:

tensorflow.python.framework.errors_impl.NotFoundError: /home/xiewenhao2019/ConMask-master/ndkgc/ops/__sampling/libsampling.so: undefined symbol: _ZN10tensorflow7strings6StrCatB5cxx11ERKNS0_8AlphaNumE

好像是编译的c++文件出错了,但是我用命令编译的时候都没出错的。想请问下您下是什么原因。

LeSamouraiXWH avatar Mar 18 '19 13:03 LeSamouraiXWH

解决问题的方法在一个关掉issue里面有提到

https://github.com/bxshi/ConMask/issues/3

------------------ Original ------------------ From: "LeSamouraiXWH"[email protected]; Date: Mon, Mar 18, 2019 09:38 PM To: "bxshi/ConMask"[email protected]; Cc: "leilai li"[email protected]; "Mention"[email protected]; Subject: Re: [bxshi/ConMask] some question about DKRL (#6)

@lileilai 您好,请问在用命令cmake .和cmake --build .之后,为什么我运行sampling.py会出现一下错误:

tensorflow.python.framework.errors_impl.NotFoundError: /home/xiewenhao2019/ConMask-master/ndkgc/ops/__sampling/libsampling.so: undefined symbol: _ZN10tensorflow7strings6StrCatB5cxx11ERKNS0_8AlphaNumE

好像是编译的c++文件出错了,但是我用命令编译的时候都没出错的。想请问下您下是什么原因。

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

lileilai avatar Mar 18 '19 13:03 lileilai

Thank you bxshi!!!

发送自 Windows 10 版邮件应用

发件人: leilai li 发送时间: 2019年3月18日 21:55 收件人: bxshi/ConMask 抄送: LeSamouraiXWH; Comment 主题: Re: [bxshi/ConMask] some question about DKRL (#6)

解决问题的方法在一个关掉issue里面有提到

https://github.com/bxshi/ConMask/issues/3

------------------ Original ------------------ From: "LeSamouraiXWH"[email protected]; Date: Mon, Mar 18, 2019 09:38 PM To: "bxshi/ConMask"[email protected]; Cc: "leilai li"[email protected]; "Mention"[email protected]; Subject: Re: [bxshi/ConMask] some question about DKRL (#6)

@lileilai 您好,请问在用命令cmake .和cmake --build .之后,为什么我运行sampling.py会出现一下错误:

tensorflow.python.framework.errors_impl.NotFoundError: /home/xiewenhao2019/ConMask-master/ndkgc/ops/__sampling/libsampling.so: undefined symbol: _ZN10tensorflow7strings6StrCatB5cxx11ERKNS0_8AlphaNumE

好像是编译的c++文件出错了,但是我用命令编译的时候都没出错的。想请问下您下是什么原因。

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

LeSamouraiXWH avatar Mar 18 '19 14:03 LeSamouraiXWH

Thank you leilai li !!!

发送自 Windows 10 版邮件应用

发件人: leilai li 发送时间: 2019年3月18日 21:55 收件人: bxshi/ConMask 抄送: LeSamouraiXWH; Comment 主题: Re: [bxshi/ConMask] some question about DKRL (#6)

解决问题的方法在一个关掉issue里面有提到

https://github.com/bxshi/ConMask/issues/3

------------------ Original ------------------ From: "LeSamouraiXWH"[email protected]; Date: Mon, Mar 18, 2019 09:38 PM To: "bxshi/ConMask"[email protected]; Cc: "leilai li"[email protected]; "Mention"[email protected]; Subject: Re: [bxshi/ConMask] some question about DKRL (#6)

@lileilai 您好,请问在用命令cmake .和cmake --build .之后,为什么我运行sampling.py会出现一下错误:

tensorflow.python.framework.errors_impl.NotFoundError: /home/xiewenhao2019/ConMask-master/ndkgc/ops/__sampling/libsampling.so: undefined symbol: _ZN10tensorflow7strings6StrCatB5cxx11ERKNS0_8AlphaNumE

好像是编译的c++文件出错了,但是我用命令编译的时候都没出错的。想请问下您下是什么原因。

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

LeSamouraiXWH avatar Mar 18 '19 14:03 LeSamouraiXWH

你好,我还想咨询下这里是只有Dbpedia50和Dbpedia500两个数据吗,有没有FB15k的数据集

发送自 Windows 10 版邮件应用

发件人: leilai li 发送时间: 2019年3月18日 21:55 收件人: bxshi/ConMask 抄送: LeSamouraiXWH; Comment 主题: Re: [bxshi/ConMask] some question about DKRL (#6)

解决问题的方法在一个关掉issue里面有提到

https://github.com/bxshi/ConMask/issues/3

------------------ Original ------------------ From: "LeSamouraiXWH"[email protected]; Date: Mon, Mar 18, 2019 09:38 PM To: "bxshi/ConMask"[email protected]; Cc: "leilai li"[email protected]; "Mention"[email protected]; Subject: Re: [bxshi/ConMask] some question about DKRL (#6)

@lileilai 您好,请问在用命令cmake .和cmake --build .之后,为什么我运行sampling.py会出现一下错误:

tensorflow.python.framework.errors_impl.NotFoundError: /home/xiewenhao2019/ConMask-master/ndkgc/ops/__sampling/libsampling.so: undefined symbol: _ZN10tensorflow7strings6StrCatB5cxx11ERKNS0_8AlphaNumE

好像是编译的c++文件出错了,但是我用命令编译的时候都没出错的。想请问下您下是什么原因。

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

LeSamouraiXWH avatar Mar 19 '19 11:03 LeSamouraiXWH

You can use the FB20k dataset published by Ruobing Xie in his DKRL paper.

On Tue, Mar 19, 2019 at 4:29 AM LeSamouraiXWH [email protected] wrote:

你好,我还想咨询下这里是只有Dbpedia50和Dbpedia500两个数据吗,有没有FB15k的数据集

发送自 Windows 10 版邮件应用

发件人: leilai li 发送时间: 2019年3月18日 21:55 收件人: bxshi/ConMask 抄送: LeSamouraiXWH; Comment 主题: Re: [bxshi/ConMask] some question about DKRL (#6)

解决问题的方法在一个关掉issue里面有提到

https://github.com/bxshi/ConMask/issues/3

------------------ Original ------------------ From: "LeSamouraiXWH"[email protected]; Date: Mon, Mar 18, 2019 09:38 PM To: "bxshi/ConMask"[email protected]; Cc: "leilai li"[email protected]; "Mention"< [email protected]>; Subject: Re: [bxshi/ConMask] some question about DKRL (#6)

@lileilai 您好,请问在用命令cmake .和cmake --build .之后,为什么我运行sampling.py会出现一下错误:

tensorflow.python.framework.errors_impl.NotFoundError: /home/xiewenhao2019/ConMask-master/ndkgc/ops/__sampling/libsampling.so: undefined symbol: _ZN10tensorflow7strings6StrCatB5cxx11ERKNS0_8AlphaNumE

好像是编译的c++文件出错了,但是我用命令编译的时候都没出错的。想请问下您下是什么原因。

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/bxshi/ConMask/issues/6#issuecomment-474321296, or mute the thread https://github.com/notifications/unsubscribe-auth/ABQQQ2wdIdDiV7JxEwb-c9JH4RyxiD8Kks5vYMoXgaJpZM4WWOjV .

bxshi avatar Mar 19 '19 16:03 bxshi