Skip to content

Commit d303270

Browse files
authored
revert test=develop (#15535)
1 parent 0548aac commit d303270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/framework/details/execution_strategy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ struct ExecutionStrategy {
2828
// If we set this to 1, we will delete all variables when finish a batch. and
2929
// this will loss 15%+ performance.
3030
// Please be aware about this parameters.
31-
size_t num_iteration_per_drop_scope_{100};
31+
size_t num_iteration_per_drop_scope_{1};
3232
ExecutorType type_{kDefault};
3333
bool dry_run_{false};
3434
};

0 commit comments

Comments
 (0)