mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-23 21:44:22 +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):
|
def resume_training(self, ckpt):
|
||||||
"""Resume YOLO training from given epoch and best fitness."""
|
"""Resume YOLO training from given epoch and best fitness."""
|
||||||
print(f"resume_training: {ckpt}")
|
|
||||||
if ckpt is None or not self.resume:
|
if ckpt is None or not self.resume:
|
||||||
return
|
return
|
||||||
best_fitness = 0.0
|
best_fitness = 0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user