From c80d84118fdf9e831eeed5112bc7cf415f1ffdd6 Mon Sep 17 00:00:00 2001 From: chentingting Date: Mon, 15 Jun 2020 15:23:54 +0800 Subject: [PATCH] update docs/source_zh_cn/network_list.md. --- docs/source_zh_cn/network_list.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source_zh_cn/network_list.md b/docs/source_zh_cn/network_list.md index bcc8110297..b2a24a2904 100644 --- a/docs/source_zh_cn/network_list.md +++ b/docs/source_zh_cn/network_list.md @@ -15,3 +15,4 @@ | 计算机视觉(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