From 0d1930da2ca7f7f51cedf332b262bc1f1c3c553d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E8=8E=89?= Date: Fri, 19 Mar 2021 23:28:58 +0800 Subject: [PATCH] update mindspore/nn/cell.py. 'notes' -> 'note' --- mindspore/nn/cell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindspore/nn/cell.py b/mindspore/nn/cell.py index e999444fad..bd80dfd073 100755 --- a/mindspore/nn/cell.py +++ b/mindspore/nn/cell.py @@ -733,7 +733,7 @@ class Cell(Cell_): """ Initialize all parameters and replace the original saved parameters in cell. - Notes: + Note: trainable_params() and other similar interfaces may return different parameter instance after `init_parameters_data`, do not save these result.