DKRL icon indicating copy to clipboard operation
DKRL copied to clipboard

Representation Learning of Knowledge Graphs with Entity Descriptions (AAAI-2016)

Results 6 DKRL issues
Sort by recently updated
recently updated
newest added

在运行DKRL的代码的时候,make报错 g++ Train_cnn_multi.cpp -o Train_cnn_multi -O2 -lpthread Train_cnn_multi.cpp: 在函数‘void run(int, int, int, double, double, int)’中: Train_cnn_multi.cpp:296:12: 警告:extended initializer lists only available with -std=c++11 or -std=gnu++11 [默认启用] mut_mutex =PTHREAD_MUTEX_INITIALIZER; ^ Train_cnn_multi.cpp:...

hello,I feel so sorry to disturb you. I used the optimal parameters provided by the paper,but it performed worse than the paper,which makes me feel so confused. Always look forward...

Where can i find the file located at line 190 `string n_w_string = "../../../word2vec-41/word_vector_" + ss.str() + ".txt";`

我在把源码下载到电脑上之后执行了make命令,但是现实报错,在test_cnn_multi.cpp的296行。请问是我的g++版本问题吗?

In Train_cnn_multi.cpp, prepare() requries file relation2id.txt and word2id.txt. 985 FILE\* f2 = fopen("../data/relation2id.txt","r"); 986 FILE\* f3 = fopen("../data/word2id.txt","r"); Seems that you've preprocessed fb15k and I didn't find them in your...

Hi, Thanks for your work! I'm wondering how to generate entity type information in entity2type.txt? Thank you.