From ccdf8fe4c9fdca1493a49a8e2856568dc3b9e72c Mon Sep 17 00:00:00 2001 From: nxf17 Date: Fri, 31 Mar 2017 14:03:45 +0800 Subject: [PATCH] modify ReadMe.md --- ParaGraphE/ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ParaGraphE/ReadMe.md b/ParaGraphE/ReadMe.md index 68cc3c6..2fd4fb6 100644 --- a/ParaGraphE/ReadMe.md +++ b/ParaGraphE/ReadMe.md @@ -5,7 +5,7 @@ implemented methods in the current version include TransE[1], TransH[2], TransR[ ParaGraphE aims at accelerating the speed of training and testing of knowledge graph embedding methods. We re-implement these methods in a multi-thread way, which achieves a significant time reduction without influencing the accuracy. The parallel optimization/learning algorithms of ParaGraphE are based on the lock-free strategies in [6,7]. -More details about ParaGraphR can be found at the arXiv draft[8]. +More details about ParaGraphE can be found at the arXiv draft[8]. ### [Compilation](#compilation)