YOLOv8 Train error #1151
Unanswered
pinheiromelobruno
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Please provide the command to reproduce |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am getting this error while trying to train on YOLOv8:
Traceback (most recent call last):
File "/usr/local/bin/yolo", line 33, in
sys.exit(load_entry_point('ultralytics', 'console_scripts', 'yolo')())
File "/content/ultralytics/ultralytics/yolo/cfg/init.py", line 304, in entrypoint
getattr(model, mode)(**overrides) # default args from model
File "/content/ultralytics/ultralytics/yolo/engine/model.py", line 298, in train
self.trainer = TASK_MAP[self.task]1
KeyError: None
Anyone knows what this means?
Beta Was this translation helpful? Give feedback.
All reactions