diff --git a/mindspore/context.py b/mindspore/context.py index 1e7ba3b28b..f53f58e3c4 100644 --- a/mindspore/context.py +++ b/mindspore/context.py @@ -490,7 +490,6 @@ def set_context(**kwargs): Note: Attribute name is required for setting attributes. - If need to config graph max memory size and variable max memory size, one must make sure: Args: mode (int): Running in GRAPH_MODE(0) or PYNATIVE_MODE(1). Default: PYNATIVE_MODE.