From 0cf164a14f56868d69a38ea05fc5f9b023b52869 Mon Sep 17 00:00:00 2001 From: liangyongxiong Date: Tue, 18 Aug 2020 18:57:55 +0800 Subject: [PATCH] add mindwizard hyperlink --- docs/source_en/network_list.md | 2 ++ docs/source_zh_cn/network_list.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/source_en/network_list.md b/docs/source_en/network_list.md index 2f3e91a313..dbaa9fab6f 100644 --- a/docs/source_en/network_list.md +++ b/docs/source_en/network_list.md @@ -30,6 +30,8 @@ | Graph Neural Networks(GNN)| Text Classification | [GCN](https://gitee.com/mindspore/mindspore/blob/master/model_zoo/official/gnn/gcn/src/gcn.py) | Supported | Doing | Doing | Graph Neural Networks(GNN)| Text Classification | [GAT](https://gitee.com/mindspore/mindspore/blob/master/model_zoo/official/gnn/gat/src/gat.py) | Supported | Doing | Doing +> You can also use [MindWizard Tool](https://gitee.com/mindspore/mindinsight/tree/master/mindinsight/wizard/README.md) to quickly generate classic network scripts. + ## Pre-trained Models *It refers to the released MindSpore version. The hardware platforms that support model training are CPU, GPU and Ascend. As shown in the table below, ✓ indicates that the pre-trained model run on the selected platform. diff --git a/docs/source_zh_cn/network_list.md b/docs/source_zh_cn/network_list.md index c5d2f9b6a3..1b31ac9e89 100644 --- a/docs/source_zh_cn/network_list.md +++ b/docs/source_zh_cn/network_list.md @@ -31,6 +31,8 @@ | 图神经网络(GNN) | 文本分类(Text Classification) | [GCN](https://gitee.com/mindspore/mindspore/blob/master/model_zoo/official/gnn/gcn/src/gcn.py) | Supported | Doing | Doing | 图神经网络(GNN) | 文本分类(Text Classification) | [GAT](https://gitee.com/mindspore/mindspore/blob/master/model_zoo/official/gnn/gat/src/gat.py) | Supported | Doing | Doing +> 你也可以使用 [MindWizard工具](https://gitee.com/mindspore/mindinsight/tree/master/mindinsight/wizard/README_CN.md) 快速生成经典网络脚本。 + ## 预训练模型 *代表MindSpore已发布的版本号,支持网络训练的硬件平台有CPU、GPU和Ascend,以下表格中 ✓ 代表模型是基于选中的硬件平台训练而来。 -- Gitee