-
-
Notifications
You must be signed in to change notification settings - Fork 17.2k
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Search before asking
- I have searched the YOLOv5 issues and discussions and found no similar questions.
Question
There will be errors when the previous version runs. The individual reason is that torch version 1.12.0. I noticed that the torch version is required in the requirement for this update != 1.12.0 to avoid errors during program operation. Actually, I'm running train Py file, the program will automatically check my torch Version (requirements: torch! =1.12.0, >=1.7.0 not found and is required by yolov5, attempting auto update...) And update the torch version. But this update directly installed my torch into the torch1.11.0-CPU version, resulting in a slow training speed. I think you should optimize the code itself rather than limit the torch version, because it will cause a lot of trouble
Additional
No response
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested