From 0465da97a13cd91c86d0e76778e5d34cfa7c7c96 Mon Sep 17 00:00:00 2001 From: "552068321@qq.com" Date: Tue, 8 Nov 2022 09:17:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/yolov5/train_server.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/yolov5/train_server.py b/app/yolov5/train_server.py index b913f63..03b679c 100644 --- a/app/yolov5/train_server.py +++ b/app/yolov5/train_server.py @@ -468,6 +468,7 @@ def train(hyp, opt, device, data_list,id,callbacks): # hyp is path/to/hyp.yaml if RANK in {-1, 0}: LOGGER.info(f'\n{epoch - start_epoch + 1} epochs completed in {(time.time() - t0) / 3600:.3f} hours.') for f in best: + print('##################',f) if os.path.exists(f): strip_optimizer(f) # strip optimizers if f is best: