thunlp / KB2E

Knowledge Graph Embeddings including TransE, TransH, TransR and PTransE
MIT License
1.4k stars 449 forks source link

Train_TransR.cpp BUG #8

Closed ghost closed 7 years ago

ghost commented 7 years ago

236-#237:

norm(entity_tmp[k]); 这里 k 值与实体数量有什么关系?当 train.txt 容量大于实体数量100倍时会引起段错误。

guotong1988 commented 7 years ago

大神,您实际跑了,可否简单讲下这个项目是在做一件什么事?多谢啊!

ghost commented 7 years ago

三元组训练成向量的不同模型

Mrlyk423 commented 7 years ago

这一句是个bug,已经去掉。

guotong1988 commented 7 years ago

要跑多长时间,我看TransE写得epoch = 1000