How data is shuffled with "model.train" #3553
Replies: 1 comment
-
@aus10powell hello! When you initiate training with Regarding your second question, the learning rate decay is a process where the learning rate decreases from an initial value ( For more detailed information on training parameters and configurations, please refer to the Ultralytics Docs. 😊 |
Beta Was this translation helpful? Give feedback.
-
I'm training an object detection model to use counting objects in video. I'm wondering about the details how data is shuffled for the object detection model?
Below are some details
have pre-defined folders in "data_loader.yaml"
I'm wondering how data is randomized since from my understanding it is good to not have the data sequentially trained for the object detection even if it's for a video.
Question #2: What is the learning rate decay from the parameters lr0 = 0.5 to (for example) lrf=0.05
Beta Was this translation helpful? Give feedback.
All reactions