2405期 医疗大语言模型实战,在autodl上对YOLO进行train时报错(如图),请老师帮助解答该怎么办 #516
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#516
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
在autodl上对YOLO进行train时报错(如图),请老师帮助解答该怎么办
这是由于在train的时候需要yolo11n.pt这个文件,由于默认是从github上下载yolov11n.pt,github有时候会被墙,下载不下来,
解决办法:直接将下载好的yolov11n.pt文件放置在ultralytics根目录即可