diff --git a/paddle/fluid/framework/details/execution_strategy.h b/paddle/fluid/framework/details/execution_strategy.h index 6a8d99f900cf29d5e579a3c9dd5739d2122b7deb..4f074323f9bb8f0aa909c4a95ae04464bdaeb9ad 100644 --- a/paddle/fluid/framework/details/execution_strategy.h +++ b/paddle/fluid/framework/details/execution_strategy.h @@ -29,7 +29,7 @@ struct ExecutionStrategy { // this will loss 15%+ performance. // Please be aware about this parameters. size_t num_iteration_per_drop_scope_{1}; - ExecutorType type_{kDefault}; + ExecutorType type_{kExperimental}; bool dry_run_{false}; size_t num_iteration_per_run_{1}; // only use with async_ssa_graph_executor // and pyreader with data queue