From 39b6298bf05cb56a92865ac2329eef2761703717 Mon Sep 17 00:00:00 2001 From: chentingting Date: Mon, 15 Jun 2020 15:17:45 +0800 Subject: [PATCH] update docs/source_zh_cn/network_list.md. --- docs/source_zh_cn/network_list.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source_zh_cn/network_list.md b/docs/source_zh_cn/network_list.md index bcc8110297..d3fd73635a 100644 --- a/docs/source_zh_cn/network_list.md +++ b/docs/source_zh_cn/network_list.md @@ -15,3 +15,7 @@ | 计算机视觉(CV) | 目标检测(Targets Detection) | [YoloV3](https://gitee.com/mindspore/mindspore/blob/master/mindspore/model_zoo/yolov3.py) | Supported | Doing | Doing | 计算机视觉(CV) | 语义分割(Semantic Tegmentation) | [Deeplabv3](https://gitee.com/mindspore/mindspore/blob/master/model_zoo/deeplabv3/src/deeplabv3.py) | Supported | Doing | Doing | 自然语言处理(NLP) | 自然语言理解(Natural Language Understanding) | [BERT](https://gitee.com/mindspore/mindspore/blob/master/model_zoo/bert/src/bert_model.py) | Supported | Doing | Doing +| 图神经网络(GNN) | 文本分类(Text Classification) | [GCN](https://gitee.com/mindspore/mindspore/tree/master/model_zoo/gcn/src.gcn.py) | Supported | Doing | Doing + + + -- Gitee