From 1092da82b29633fe5daaf9d4b2c0c7a95163d624 Mon Sep 17 00:00:00 2001 From: LielinJiang <50691816+LielinJiang@users.noreply.github.com> Date: Wed, 23 Dec 2020 10:34:46 +0800 Subject: [PATCH] Change the conditions of hapi printing logs (#29792) * update condition of logger print --- python/paddle/hapi/callbacks.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/paddle/hapi/callbacks.py b/python/paddle/hapi/callbacks.py index 5f2949f6513..b30648b9d63 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() -- GitLab