-
-
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
File not found #527
Comments
👋 Hello @markatlarge, 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! |
@markatlarge hello! I'm sorry to hear you're encountering a This could be due to a few reasons, such as the file not being saved correctly, or an issue with the path configuration. Here's what you can do:
If the issue persists, please provide additional details about your training setup and any steps you've already taken to troubleshoot the problem. This will help us assist you more effectively. For further guidance, you can refer to the Ultralytics HUB Docs, which might have additional troubleshooting steps or relevant information. We appreciate your patience and are here to help you get back on track with your training! 🚀 |
I was using Ultralytics HUB, This is the code i executed with my information in colabs model = YOLO('https://hub.ultralytics.com/MODEL_ID') # use your model URL its looking at the "https://hub.ultralytics.com/MODEL_ID" to find the last.pt and it can not. Is there away in the UI i can check or some other way in the colabs note book. Here is the error message when I execute the code:
|
Hello @markatlarge! It looks like you're experiencing a The To resolve this, please ensure that you are using the latest version of the Ultralytics HUB SDK, as there might have been updates or bug fixes since you last installed it. If the issue persists after updating, it could be a bug within the SDK itself. In the meantime, you can try the following steps to troubleshoot:
If you're still facing issues, I recommend reporting this error on the Ultralytics HUB GitHub repository with the details you've provided here. The development team will be able to investigate the issue further and provide a fix or guidance on how to proceed. We appreciate your understanding and are committed to helping you resolve this issue. Thank you for bringing this to our attention! 🛠️ |
@UltralyticsAssistant - In order to train the model I go into the hub, copy the code and go to the colabs note book link in the hub: In the note book I run this to install Ultralytics %pip install ultralytics # install The version is indicated aa: Ultralytics YOLOv8.1.0. Ill crate this as a issue |
Thank you for the update, @markatlarge. It's good to hear that you're using the latest version of the Ultralytics YOLOv8.1.0. Since you're still encountering the issue, creating an issue on the Ultralytics HUB GitHub repository is indeed the right course of action. The development team will be able to take a closer look at the problem and work on a resolution. When you create the issue, please include all the relevant details such as the error message, the steps you've taken, and the version of the SDK you're using. This information will be very helpful for the developers to understand and replicate the issue. We appreciate your cooperation and patience as we work to resolve this. Your contributions help improve the experience for the entire YOLO community. Thank you for your support! 🌟 |
@markatlarge I don't have enough information to confirm what your initial error was, but the second error relating to resume is due to a bug we introduced in the last hub-sdk. This has been patched: |
Search before asking
Question
While training my model in the hub on that last epoch I got this error:
FileNotFoundError: [Errno 2] No such file or directory: 'runs/detect/train/weights/best.pt
If I look in the hub under the model you see the blue circle spinning even though I got the error message.
The text was updated successfully, but these errors were encountered: