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 data.rar. Would you please provide them?
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 data.rar. Would you please provide them?