From be623a4266ef2125d87367decbdd7128e3cdeb07 Mon Sep 17 00:00:00 2001 From: changzherui Date: Thu, 18 Jun 2020 12:45:42 +0800 Subject: [PATCH] modify comment for def set_context --- mindspore/context.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mindspore/context.py b/mindspore/context.py index 35f671a1c6..65cab7c7bf 100644 --- a/mindspore/context.py +++ b/mindspore/context.py @@ -487,7 +487,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.