From 5741d80a2425fb4aa4f6aa9d4f17b1306b93ee11 Mon Sep 17 00:00:00 2001 From: chengmo Date: Thu, 11 Jun 2020 14:43:31 +0800 Subject: [PATCH] update summary --- core/trainer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/trainer.py b/core/trainer.py index 69e15b22..c373b0dd 100755 --- a/core/trainer.py +++ b/core/trainer.py @@ -211,8 +211,8 @@ class Trainer(object): Return: bool exit_app or not """ - print("\n----------------------\nPaddleRec Error Message " - "Summary:\n----------------------\n") + print("\n--------------------------------\nPaddleRec Error Message " + "Summary:\n--------------------------------\n") print( 'Exit PaddleRec. catch exception in precoss status: [%s], except: %s' % (context['status'], str(exception))) -- GitLab