yolov10
yolov10 copied to clipboard
Learning Rate Scheduler
How to set different learning rate scheduler like ReduceLROnPlateau and StepLR when training yolo v10? I see there is a default learning schedule (cos_lr) in "ultralytics/cfg/default.yaml" if we set cos_lr = True. If I want to use other learning rate scheduler like ReduceLROnPlateau, how to change it? Many thanks!