Browse Source

update mindspore/nn/cell.py.

'notes' -> 'note'
pull/13632/head
董莉 Gitee 4 years ago
parent
commit
0d1930da2c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/nn/cell.py

+ 1
- 1
mindspore/nn/cell.py View File

@@ -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.



Loading…
Cancel
Save