From 3db59432d580fbebd17a72771aebfffbe89a03c3 Mon Sep 17 00:00:00 2001 From: wang_shaocong Date: Sat, 17 Apr 2021 14:28:18 +0800 Subject: [PATCH] Add notes for parameter flags of cess. --- mindspore/nn/cell.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mindspore/nn/cell.py b/mindspore/nn/cell.py index 97e0466b2a..75848bd7d7 100755 --- a/mindspore/nn/cell.py +++ b/mindspore/nn/cell.py @@ -54,6 +54,8 @@ class Cell(Cell_): Args: auto_prefix (bool): Recursively generate namespaces. Default: True. + flags (dict): Network configuration information, currently it is used for the binding of network and dataset. + Users can also customize network attributes by this parameter. Default: None. Supported Platforms: ``Ascend`` ``GPU`` ``CPU``