Change the conditions of hapi printing logs (#29792)

* update condition of logger print
revert-31562-mean
LielinJiang 4 years ago committed by GitHub
parent 7b33720c90
commit 1092da82b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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()

Loading…
Cancel
Save