Replies: 1 comment 4 replies
-
👋 Hello @CyrusAddy, thank you for your interest in Ultralytics 🚀! We recommend checking out the Docs for comprehensive guides, including Python and CLI usage examples, as many common questions are covered there. If this is a 🐛 Bug Report, please provide a minimum reproducible example to help us investigate. If this is a custom training ❓ Question, please include as much detail as possible—such as your dataset, relevant YAML files, and training logs. Make sure to review our Tips for Best Training Results. Join the Ultralytics community for more support! For real-time chat, head over to Discord 🎧. For in-depth discussions, visit Discourse, or check out our Subreddit to connect with others. UpgradeUpgrade to the latest pip install -U ultralytics EnvironmentsYOLO can be run in any of these up-to-date verified environments (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled):
StatusIf this badge is green, all Ultralytics CI tests are currently 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. An Ultralytics engineer will review your discussion and assist you soon! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using this code for training my custom yaml (yolov8n_p2_out.yaml) file from scratch, but I still have some layers freezing. What could be the cause?
yolo detect train data=/workspace/data/customdata.yaml pretrained=False model=/workspace/data/yolov8n_p2_out.yaml freeze=0 epochs=100 imgsz=640 project=Yolo_Training name=yolov8n_P2_out_coal_miner_1
Beta Was this translation helpful? Give feedback.
All reactions