hey there so i’m very new with this whole model training stuff. I’m trying to train a yolo model but whenever I try to do so I get the following error message. “c:Usersuser_nameAppDataLocalProgramsPythonPython311Libsite-packagestorchlibfbgemm.dll” or one of its dependencies.”
the thing that weirds me out the most is that I don’t face this issue when running the program on my macbook, however training the model on my laptop is not an option due to its lack of gpu. Does anyone know how to fix this?
reading online I saw that the problem arises from the pytorch library and that running this command “pip install torch==2.3.0 torchvision==0.18.0 torchaudio==2.3.0 –index-url https://download.pytorch.org/whl/cu121” fixed the problem for many people, but its not my case.