-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Transfer Weights in Ultralytics Cloud #913
Comments
👋 Hello @wlangkau, thank you for raising an issue about Ultralytics HUB 🚀! Your interest in leveraging Ultralytics Cloud for transfer learning is exciting! An Ultralytics engineer will be with you soon to assist further. In the meantime, please check out our HUB Docs for more insights:
For your detailed questions about dataset references and maintaining COCO8 weights during training, providing a minimum reproducible example (MRE) and additional information about your current setup would be extremely helpful. This ensures we can give you the most comprehensive support possible 🌟. If this 🐛 issue relates to a bug, a detailed MRE would allow us to address it more efficiently. You can find guidance on creating an MRE here. We strive to reply to all inquiries promptly—thanks for your patience and enthusiasm! 🔍👨💻 |
@wlangkau hello! 😊 Great question about using Ultralytics Cloud for transfer learning with your custom dataset. You can definitely leverage the Ultralytics Cloud to perform transfer learning without losing the pre-trained weights from models like Here's how you can do it:
The Ultralytics HUB interface is designed to make this process seamless, so you won't need to manually code the dataset paths as you do in Colab. Simply follow the steps in the HUB to configure and start your training session. If you encounter any issues or have further questions, feel free to reach out. Happy training! 🚀 |
Search before asking
Question
How can I use the Ultralytics Cloud (including the hardware resources) for transfer learning?
I want to use your pretrainied yolo11x.pt model with my own uploaded dataset (incl. images, labels and my data.yaml) but I don't want to loose the 80 weights from COCO8 that have been trained on yolo11x.
Is this possible with the new Ultralytics Cloud?
In COLAB I would do something like the following, but then I need to pay the Google hardware again. Can I apply this in the Ultralytics Cloud somehow?
And what would be the references for "MY_DATASET.yaml" pointing to my Ultralytics Cloud dataset in the COLAB code?
Additional
No response
The text was updated successfully, but these errors were encountered: