Merge pull request #846 from PaddlePaddle/prof

fix prof switch
pull/850/head
Hui Zhang 3 years ago committed by GitHub
commit 3432de4347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -200,10 +200,8 @@ class Trainer():
batch_sampler.set_epoch(self.epoch)
def after_train_batch(self):
if self.args.profiler_options:
profiler.add_profiler_step(self.args.profiler_options)
if self.args.benchmark_max_step and self.iteration > self.args.benchmark_max_step:
profiler.add_profiler_step(self.args.profiler_options)
logger.info(
f"Reach benchmark-max-step: {self.args.benchmark_max_step}")
sys.exit(

Loading…
Cancel
Save