What hyperparameters do you use when tuning? #2245
Replies: 1 comment
-
@saad-palapa when tuning hyperparameters for YOLOv8, the default search space you've mentioned is a good starting point. It covers a broad range of values for each hyperparameter, allowing for a comprehensive search to find the best combination for your specific dataset and task. The choice of hyperparameters and their ranges should be guided by the specific characteristics of your dataset, the complexity of the model, and the computational resources available to you. For instance, learning rate ( Augmentation parameters like The Remember to monitor the validation metrics closely to ensure that the model is not overfitting and is improving in terms of generalization to unseen data. Happy tuning! 🚀 |
Beta Was this translation helpful? Give feedback.
-
What is a good turning space?
These are the default hyperparameters from the repo:
Beta Was this translation helpful? Give feedback.
All reactions