From 12dd68768a11a199cbc6bc8404ec06586dcbb7b6 Mon Sep 17 00:00:00 2001 From: liweibin Date: Tue, 29 Oct 2019 21:01:17 +0800 Subject: [PATCH] update readme --- README.md | 2 +- docs/source/md/introduction.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61cfbab..682c220 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ In most cases of large-scale graph learning, we need distributed graph storage a The following are 13 graph learning models that have been implemented in the framework. |Model | feature | -|---|---|--- | +|---|---| | GCN | Graph Convolutional Neural Networks | | GAT | Graph Attention Network | | GraphSage |Large-scale graph convolution network based on neighborhood sampling| diff --git a/docs/source/md/introduction.md b/docs/source/md/introduction.md index 1392b22..ec7a4bf 100644 --- a/docs/source/md/introduction.md +++ b/docs/source/md/introduction.md @@ -103,7 +103,7 @@ In most cases of large-scale graph learning, we need distributed graph storage a The following are 13 graph learning models that have been implemented in the framework. |Model | feature | -|---|---|--- | +|---|---| | [GCN](examples/gcn_examples.html)| Graph Convolutional Neural Networks | | [GAT](examples/gat_examples.html)| Graph Attention Network | | [GraphSage](examples/graphsage_examples.html)|Large-scale graph convolution network based on neighborhood sampling| -- GitLab