Skip to content

Commit

Permalink
πŸ› [Fix] logging progress epoch id bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
henrytsui000 committed Nov 21, 2024
1 parent 1690354 commit b48b975
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yolo/utils/logging_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b48b975

Please sign in to comment.