diff --git a/docs/source_en/network_list.md b/docs/source_en/network_list.md index 2f3e91a3138f9a31046ef840a09a2045fee5c685..dbaa9fab6f84247a20a62f41e23669733f3ab019 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 c5d2f9b6a37ccc5f81126a6cd84ba27813864123..1b31ac9e890037a6272f156d124ba728d8177b50 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,以下表格中 ✓ 代表模型是基于选中的硬件平台训练而来。