diff --git a/python/paddle/hapi/callbacks.py b/python/paddle/hapi/callbacks.py index 5f2949f6513c4d996e97a77f08203c62cf7e133d..b30648b9d630e0f278c1dff44cef520b7972e781 100644 --- a/python/paddle/hapi/callbacks.py +++ b/python/paddle/hapi/callbacks.py @@ -441,9 +441,6 @@ class ProgBarLogger(Callback): 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()