Skip to content
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

Pls fix this training bug. #1046

Open
OliseNS opened this issue Mar 5, 2025 · 3 comments
Open

Pls fix this training bug. #1046

OliseNS opened this issue Mar 5, 2025 · 3 comments
Labels
bug Something isn't working HUB Ultralytics HUB issues

Comments

@OliseNS
Copy link

OliseNS commented Mar 5, 2025

I am going through this same problem right now. It disconnects, and when I restart it, it is stuck on loading. This makes me not progress with my task, as I have to wake up and keep restarting

Image

Originally posted by @OliseNS in #588

Also it keeps training while on loading screen and it ends up disconnecting later. A fix will be nice because I have my project presentation soon. Thank you.

@UltralyticsAssistant UltralyticsAssistant added bug Something isn't working HUB Ultralytics HUB issues labels Mar 5, 2025
@UltralyticsAssistant
Copy link
Member

👋 Hello @OliseNS, thank you for reporting this issue with Ultralytics HUB 🚀! Please visit our HUB Docs to learn more:

  • Quickstart. Start training and deploying YOLO models with HUB in seconds.
  • Datasets: Preparing and Uploading. Learn how to prepare and upload your datasets to HUB in YOLO format.
  • Projects: Creating and Managing. Group your models into projects for improved organization.
  • Models: Training and Exporting. Train YOLOv5 and YOLOv8 models on your custom datasets and export them to various formats for deployment.
  • Integrations. Explore different integration options for your trained models, such as TensorFlow, ONNX, OpenVINO, CoreML, and PaddlePaddle.
  • Ultralytics HUB App. Learn about the Ultralytics App for iOS and Android, which allows you to run models directly on your mobile device.
    • iOS. Learn about YOLO CoreML models accelerated on Apple's Neural Engine on iPhones and iPads.
    • Android. Explore TFLite acceleration on mobile devices.
  • Inference API. Understand how to use the Inference API for running your trained models in the cloud to generate predictions.

If this is a 🐛 Bug Report, could you please provide a minimum reproducible example (MRE)? This will help us diagnose the problem faster. Specifically, sharing the following would be helpful:

  1. Detailed steps to reproduce the issue.
  2. Your environment details (e.g., browser, OS, and any relevant configurations).
  3. Any error logs or additional screenshots, if available.

If this is a ❓ Question, please include as much context as possible, such as the dataset, model configuration, and any specific settings you are using.

Our team aims to respond to all issues as promptly as possible. In the meantime, an Ultralytics engineer will review your report soon. Thank you for your patience! 😊

@pderrenger
Copy link
Member

Hi @OliseNS 👋,

Thank you for reporting this training interruption issue, and we understand the urgency with your upcoming presentation. Let's help resolve this systematically:

  1. Environment Check:

    • First, please confirm you're using the latest Ultralytics HUB version (Cloud Training docs)
    • Share your Environment Details from HUB Support (helps us replicate the issue)
  2. Training Resume Workflow:
    While we investigate this loading screen disconnect, you can manually resume training by:

    from ultralytics import YOLO
    model = YOLO("path/to/last.pt")  # Load interrupted checkpoint
    model.train(resume=True)  # Resume training

    This leverages our native training resume capability.

  3. Immediate Support:
    For expedited assistance, please:

    • Join our Discord and message @hub-support
    • Share your HUB project ID and any console errors

We're actively working on improving training stability in HUB, and your feedback helps us prioritize fixes. 🚀 Let's get your project presentation-ready!

@OliseNS
Copy link
Author

OliseNS commented Mar 5, 2025

Hi @OliseNS 👋,

Thank you for reporting this training interruption issue, and we understand the urgency with your upcoming presentation. Let's help resolve this systematically:

  1. Environment Check:

    • First, please confirm you're using the latest Ultralytics HUB version (Cloud Training docs)
    • Share your Environment Details from HUB Support (helps us replicate the issue)
  2. Training Resume Workflow:
    While we investigate this loading screen disconnect, you can manually resume training by:

    from ultralytics import YOLO
    model = YOLO("path/to/last.pt")  # Load interrupted checkpoint
    model.train(resume=True)  # Resume training

    This leverages our native training resume capability.

  3. Immediate Support:
    For expedited assistance, please:

    • Join our Discord and message @hub-support
    • Share your HUB project ID and any console errors

We're actively working on improving training stability in HUB, and your feedback helps us prioritize fixes. 🚀 Let's get your project presentation-ready!

Yes I'm using the Ultralytics hub account. I can't train in my laptop due to large dataset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working HUB Ultralytics HUB issues
Projects
None yet
Development

No branches or pull requests

3 participants