From eada097bf7aac0db67a16b5b6a9475b85197b559 Mon Sep 17 00:00:00 2001 From: kirayummy Date: Fri, 21 Jun 2019 10:25:29 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 66dfd35..4dd0b3d 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,8 @@ Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on [PaddlePaddle](https://github.com/PaddlePaddle/Paddle). -![The Framework of Paddle Graph Learning (PGL)](https://github.com/PaddlePaddle/PGL/blob/master/docs/source/_static/framework_of_pgl.png) +The Framework of Paddle Graph Learning (PGL) -The framework of Paddle Graph Learning (PGL) We provide python interfaces for storing/reading/querying graph structured data and two fundamental computational interfaces, which are walk based paradigm and message-passing based paradigm as shown in the above framework of PGL, for building cutting-edge graph learning algorithms. Combined with the PaddlePaddle deep learning framework, we are able to support both graph representation learning models and graph neural networks, and thus our framework has a wide range of graph-based applications. -- GitLab