From 3d4c59008d71f48b1e7815c2baf739a1b2bb7671 Mon Sep 17 00:00:00 2001 From: joan <8625554+joan8@user.noreply.gitee.com> Date: Sun, 18 Apr 2021 09:31:03 +0800 Subject: [PATCH] =?UTF-8?q?update=20tutorials/source=5Fzh=5Fcn/model.ipynb?= =?UTF-8?q?.=20=E4=BF=AE=E6=94=B9issue=20https://gitee.com/mindspore/docs/?= =?UTF-8?q?issues/I3KL7R?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tutorials/source_zh_cn/model.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/source_zh_cn/model.ipynb b/tutorials/source_zh_cn/model.ipynb index 9202dadc07..ae29cfe274 100644 --- a/tutorials/source_zh_cn/model.ipynb +++ b/tutorials/source_zh_cn/model.ipynb @@ -34,7 +34,7 @@ "source": [ "## 定义模型类\n", "\n", - "MindSpore的`Cell`类是构建所有网络的基类,也是网络的基本单元。当用户需要神经网络时,需要继承`Cell`类,并重写`__init__`方法和`contruct`方法。" + "MindSpore的`Cell`类是构建所有网络的基类,也是网络的基本单元。当用户需要神经网络时,需要继承`Cell`类,并重写`__init__`方法和`construct`方法。" ] }, { -- Gitee