Open Ayazzia01 opened 1 month ago
π Hello @Ayazzia01, thank you for reaching out to Ultralytics π! This is an automated response to guide you as our engineers prepare to assist you soon.
For issues with Automatic Mixed Precision (AMP) or training on Google Colab, please ensure your setup aligns with our recommended configurations. Check the Docs for detailed setup instructions and the latest examples for both Python and CLI.
Since you've encountered a π bug, please ensure that your environment meets all requirements. If you havenβt already, try upgrading to the latest ultralytics
package:
pip install -U ultralytics
Youβre using it in Google Colab, which is great, but you might want to test your setup in another environment as well. These include:
For more real-time support, join our Discord π§ or explore discussions in our Community Forum.
If this badge is green, all Ultralytics CI tests are passing, verifying the correct operation of YOLOv8:
Thank you for your patience and understanding while we work on your issue! π
A fix will be rolled out soon. Thank you.
Great news π! Your original issue may now be resolved β in PR #16583.
To get this update:
git pull
from within your ultralytics/
directory or run git clone https://github.com/ultralytics/ultralytics
againpip install -U ultralytics
sudo docker pull ultralytics/ultralytics:latest
to update your image Thank you for spotting this issue and letting us know. Please confirm if this update fixes the issue for you, and don't hesitate to report any other issues you find or feature requests you may have. Happy training with YOLOv8 π!
My problem was solved by running the following command :) I have a virtual environment in Conda and I ran this code inside it
pip install -U ultralytics
Glad to hear your issue was resolved by updating Ultralytics! If you have any more questions, feel free to ask.
Search before asking
Ultralytics YOLO Component
Train
Bug
Environment
Minimal Reproducible Example
Additional
No response
Are you willing to submit a PR?