ultralytics / hub

Ultralytics HUB tutorials and support
https://hub.ultralytics.com
GNU Affero General Public License v3.0
107 stars 11 forks source link

No possibility to set a custom number of epochs #666

Closed majcheradam closed 2 weeks ago

majcheradam commented 2 weeks ago

Search before asking

Question

image
Hi, I have not found the possibility of setting a custom number of epochs,

Additional

No response

github-actions[bot] commented 2 weeks ago

👋 Hello @majcheradam, thank you for raising an issue about Ultralytics HUB 🚀! Please visit our HUB Docs to learn more:

If this is a 🐛 Bug Report, please provide screenshots and steps to reproduce your problem to help us get started working on a fix.

If this is a ❓ Question, please provide as much information as possible, including dataset, model, environment details etc. so that we might provide the most helpful response.

We try to respond to all issues as promptly as possible. Thank you for your patience!

sergiuwaxmann commented 2 weeks ago

Hello @majcheradam!

Yes, it is possible to customize the number of epochs by opening the Advanced Model Configuration tile on the second step of the Train Model dialog (see screenshot below). custom_epochs

Regarding training a model for more than 100 epochs, it really depends on your dataset and the complexity of the model. In some cases, training for more epochs can improve model accuracy, especially with a large and varied dataset. However, beyond a certain point, you might encounter diminishing returns or even overfitting. Monitoring your model's performance on a validation set can help you determine the optimal number of epochs.