We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0548aac commit d303270Copy full SHA for d303270
paddle/fluid/framework/details/execution_strategy.h
@@ -28,7 +28,7 @@ struct ExecutionStrategy {
28
// If we set this to 1, we will delete all variables when finish a batch. and
29
// this will loss 15%+ performance.
30
// Please be aware about this parameters.
31
- size_t num_iteration_per_drop_scope_{100};
+ size_t num_iteration_per_drop_scope_{1};
32
ExecutorType type_{kDefault};
33
bool dry_run_{false};
34
};
0 commit comments