Replies: 3 comments 3 replies
-
👋 Hello @jeaho322, thank you for your interest in Ultralytics 🚀! We recommend checking out the Docs as a starting point, where you'll find detailed guides and examples for working with YOLO models, including Python and CLI usage. If this is a 🐛 Bug Report, please include a minimum reproducible example to help us debug your issue. If this is a custom training ❓ Question, please provide additional details, such as your training configuration, dataset details, and any relevant logs. Make sure to follow our Tips for Best Training Results to optimize your setup. For your offline environment, you can download the Join the Ultralytics community to connect with others and find more support! For real-time chat, visit Discord 🎧. For detailed questions and discussions, explore Discourse. Or join the conversation on our Subreddit. UpgradeIt's always a good idea to ensure you're using the latest version of the pip install -U ultralytics EnvironmentsYOLO can be run in verified environments with pre-installed dependencies like Python, PyTorch, CUDA, and CUDNN:
StatusIf this badge is green, all Ultralytics CI tests are passing. CI tests verify correct operation of all YOLO Modes and Tasks on macOS, Windows, and Ubuntu every 24 hours and on every commit. This is an automated response to help guide you, but rest assured, an Ultralytics engineer will assist you soon! 😊 |
Beta Was this translation helpful? Give feedback.
-
@jeaho322 for offline AMP usage with YOLO11, manually download yolo11n.pt and place it in your Ultralytics model cache directory at |
Beta Was this translation helpful? Give feedback.
-
You can place it in the working directory. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying traning yolov8 model. because of my offline env, I can't use AMP (downloading yolo11n.pt). So I want to save it manually. what is the path of yolo11n.pt for using AMP?
Beta Was this translation helpful? Give feedback.
All reactions