mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-24 06:14:55 +08:00
delete debug print
This commit is contained in:
parent
e369c45a62
commit
99b3fac964
@ -658,7 +658,6 @@ class BaseTrainer:
|
||||
|
||||
def resume_training(self, ckpt):
|
||||
"""Resume YOLO training from given epoch and best fitness."""
|
||||
print(f"resume_training: {ckpt}")
|
||||
if ckpt is None or not self.resume:
|
||||
return
|
||||
best_fitness = 0.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user