From 385ed8a5e1fd8d0329e5bb09670a9fc9e04c5dcc Mon Sep 17 00:00:00 2001 From: zhongpu <2013000149@qq.com> Date: Mon, 6 Jan 2020 12:06:13 +0800 Subject: [PATCH] fix warning in test_install_check.py, test=develop (#22087) --- python/paddle/fluid/install_check.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/paddle/fluid/install_check.py b/python/paddle/fluid/install_check.py index 05907562e5..31755e2221 100644 --- a/python/paddle/fluid/install_check.py +++ b/python/paddle/fluid/install_check.py @@ -78,7 +78,6 @@ def run_check(): with unique_name.guard(): build_strategy = compiler.BuildStrategy() build_strategy.enable_inplace = True - build_strategy.memory_optimize = True inp = layers.data(name="inp", shape=[2, 2]) simple_layer = SimpleLayer("simple_layer") out = simple_layer(inp) -- GitLab