diff --git a/mindspore/context.py b/mindspore/context.py index ebc97e86ea8..77e6e3fad37 100644 --- a/mindspore/context.py +++ b/mindspore/context.py @@ -635,7 +635,6 @@ def set_context(**kwargs): The profiling_options is like '{"output":'/home/data/output','training_trace':'on'}' - enable_auto_mixed_precision: mixing precision is controlled by amp, and this parameter will be deleted later. check_bprop (bool): Whether to check back propagation nodes. The checking ensures that the shape and dtype of back propagation node outputs is the same as input parameters. Default: False. max_device_memory (str): Sets the maximum memory available for devices.