From d303270a0e3a640da1abc75936179c75250ba3e9 Mon Sep 17 00:00:00 2001 From: gongweibao Date: Sat, 26 Jan 2019 21:23:53 +0800 Subject: [PATCH] revert test=develop (#15535) --- paddle/fluid/framework/details/execution_strategy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/fluid/framework/details/execution_strategy.h b/paddle/fluid/framework/details/execution_strategy.h index 2edb50e0d8..318694a1d4 100644 --- a/paddle/fluid/framework/details/execution_strategy.h +++ b/paddle/fluid/framework/details/execution_strategy.h @@ -28,7 +28,7 @@ struct ExecutionStrategy { // If we set this to 1, we will delete all variables when finish a batch. and // this will loss 15%+ performance. // Please be aware about this parameters. - size_t num_iteration_per_drop_scope_{100}; + size_t num_iteration_per_drop_scope_{1}; ExecutorType type_{kDefault}; bool dry_run_{false}; }; -- GitLab