Error on start train yolo v8 #16524
-
Please help me debag train on GPU print("load model") print("start train") print("start val") print() colors = [ input_video_path = input("enter path to file of video") fps = int(capture.get(cv2.CAP_PROP_FPS)) output_video_path = 'detect.mp4' while True:
capture.release() while True: Output logs:
0 -1 1 464 ultralytics.nn.modules.conv.Conv [3, 16, 3, 2] ClearML Task: created new task id=037c8e49d23746d694a5cd7836c90e54 CPU: registered at C:\actions-runner_work\vision\vision\pytorch\vision\torchvision\csrc\ops\cpu\nms_kernel.cpp:112 [kernel] |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
👋 Hello @lavrentijav, thank you for reaching out regarding your training issue with YOLOv8 🚀! To help us better understand and resolve the problem, could you please provide a minimum reproducible example (MRE)? This will greatly assist us in debugging. In the meantime, please ensure you have the latest versions of both Ultralytics and all required dependencies installed. You can upgrade using the following command: pip install -U ultralytics Please remember, this message is automated, but our team will review your issue soon! For further assistance, consider joining the Ultralytics community. Chat with us on Discord 🎧, engage in Discourse discussions, or explore topics on our Subreddit. While you're waiting, you might find solutions in our documentation for any common issues. Let us know how it goes! 😊 |
Beta Was this translation helpful? Give feedback.
-
@lavrentijav it seems like there's an issue with the CUDA backend for the |
Beta Was this translation helpful? Give feedback.
@lavrentijav it seems like there's an issue with the CUDA backend for the
torchvision::nms
operation. Please ensure your PyTorch and torchvision versions are compatible with CUDA 12.4. You might need to reinstall them with the correct CUDA version. For further guidance, visit our common issues page: https://docs.ultralytics.com/guides/yolo-common-issues/.