Skip to content

Commit

Permalink
Change the conditions of hapi printing logs (PaddlePaddle#29792)
Browse files Browse the repository at this point in the history
* update condition of logger print
  • Loading branch information
LielinJiang authored Dec 23, 2020
1 parent 7b33720 commit 1092da8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/paddle/hapi/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,9 +441,6 @@ def on_eval_begin(self, logs=None):
num=self.eval_steps, verbose=self.verbose)
if self._is_print():
print('Eval begin...')
print(
"The loss value printed in the log is the current batch, and the metric is the average value of previous step."
)

self._eval_timer['batch_start_time'] = time.time()

Expand Down

0 comments on commit 1092da8

Please sign in to comment.