now GPU is installed, why is it still not working?
i downloaded the pre-trained model yolov8s from the Ultralytics and I’m trying to train this model with my dataset to detect if the person is wearing a safety suit or not, basically a ppe detection.
so i downloaded the dataset from the Kaggle and below is the data.yaml file for the dataset
You have multiple Python environments. You installed PyTorch with CUDA in yoloenv but installed Ultralytics in the local system environment (see the path of Python packages in your logs; they are different for PyTorch with CUDA vs..Ultralytics). You should uninstall Ultralytics from system environment and install it to yoloenv.
There is no update from you for a period, assuming this is not an issue anymore.
Hence, we are closing this topic. If need further support, please open a new one.
Thanks ~0324
Hi,
Could you try to remove the torch-2.10.0+cpu on your environment so Ultralytics script won’t load it by default?