-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Training a Model incrementally #1011
Comments
👋 Hello @webdevmatt07, thank you for reaching out about Ultralytics HUB 🚀! Please check out our HUB Docs to learn more about using HUB effectively:
If your issue relates to incremental training or introduces specific bugs or challenges, sharing additional details will help us understand it better. If this is a 🐛 Bug Report, could you provide a minimum reproducible example (MRE) along with screenshots or logs to demonstrate the issue? This will help us dive deeper into your scenario. If this is a ❓ Question, it would also be helpful to expand on your use case, especially concerning:
Your input helps us assist you faster! This is an automated response, but no worries—a member of the Ultralytics team will get back to you soon too 😊 Thank you for your patience and for being part of the Ultralytics community! |
@webdevmatt07 thanks for reaching out! Incremental training—essentially fine-tuning an existing model on new data—can be achieved using Ultralytics HUB workflows. In HUB, you can start a new training session using your existing model's checkpoint. Here are a few points to consider:
If you run into issues, please verify that you’re using the latest version of the Ultralytics package and HUB SDK. Often, problems with resume training or incremental updates can be resolved by ensuring everything is up-to-date. Let me know if you need any more details or a code example, and thanks again for your question! Big thanks to the entire YOLO community and team for driving these innovations forward. |
Search before asking
Question
I'm looking to create an incremental model from an existing model without having to run all the data through the training. I would only like to run the additional data. This additional data could be images that are labeled with existing classes or data that is labeled with new classes.
We are using label studio to label the data and then ultralytics to create / update the model
Additional
No response
The text was updated successfully, but these errors were encountered: