From b48b97526ca772868df3573644daeecac1931d9e Mon Sep 17 00:00:00 2001 From: henrytsui000 Date: Thu, 21 Nov 2024 14:58:51 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20[Fix]=20logging=20progress=20epo?= =?UTF-8?q?ch=20id=20bugs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yolo/utils/logging_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/yolo/utils/logging_utils.py b/yolo/utils/logging_utils.py index 6139cc0..08973d0 100644 --- a/yolo/utils/logging_utils.py +++ b/yolo/utils/logging_utils.py @@ -98,7 +98,6 @@ def on_train_start(self, trainer, pl_module): ) self.max_result = 0 self.past_results.clear() - self.progress.update(self.task_epoch, advance=-0.5) @override @rank_zero_only