We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mldl@mldlUB1604:/ub16_prj/CKRL/src$ ./Train_TransC -size 50 -margin 1 -method 1 size = 50 learing rate = 0.001 margin = 1 method = bern Segmentation fault (core dumped) mldl@mldlUB1604:/ub16_prj/CKRL/src$ ll ../data total 4660 drwxrwxr-x 6 mldl mldl 4096 5月 2 06:04 ./ drwxrwxr-x 5 mldl mldl 4096 5月 2 05:59 ../ drwxrwxr-x 2 mldl mldl 4096 4月 20 2016 FB15k/ drwxrwxr-x 2 mldl mldl 4096 5月 9 2017 FB15K-N1-10%/ drwxrwxr-x 2 mldl mldl 4096 5月 9 2017 FB15K-N2-20%/ drwxrwxr-x 2 mldl mldl 4096 5月 9 2017 FB15K-N3-40%/ -rw-rw-r-- 1 mldl mldl 4746723 4月 27 2016 FB15k.rar mldl@mldlUB1604:~/ub16_prj/CKRL/src$
The text was updated successfully, but these errors were encountered:
您好,请问下论文中的P(r,pi)/P(pi)是如何计算得到的
Sorry, something went wrong.
同问,论文中算prior path confidence中两个先验概率P(r,pi)和P(pi)是怎么计算的,或者三种不同负样本占比的数据集他们的prior path confidence都是一样的吗?
No branches or pull requests
mldl@mldlUB1604:
/ub16_prj/CKRL/src$ ./Train_TransC -size 50 -margin 1 -method 1/ub16_prj/CKRL/src$ ll ../datasize = 50
learing rate = 0.001
margin = 1
method = bern
Segmentation fault (core dumped)
mldl@mldlUB1604:
total 4660
drwxrwxr-x 6 mldl mldl 4096 5月 2 06:04 ./
drwxrwxr-x 5 mldl mldl 4096 5月 2 05:59 ../
drwxrwxr-x 2 mldl mldl 4096 4月 20 2016 FB15k/
drwxrwxr-x 2 mldl mldl 4096 5月 9 2017 FB15K-N1-10%/
drwxrwxr-x 2 mldl mldl 4096 5月 9 2017 FB15K-N2-20%/
drwxrwxr-x 2 mldl mldl 4096 5月 9 2017 FB15K-N3-40%/
-rw-rw-r-- 1 mldl mldl 4746723 4月 27 2016 FB15k.rar
mldl@mldlUB1604:~/ub16_prj/CKRL/src$
The text was updated successfully, but these errors were encountered: