yolov3workflow icon indicating copy to clipboard operation
yolov3workflow copied to clipboard

GPU is not being used during detection, showing CUDA not available

Open spaul13 opened this issue 6 years ago • 0 comments

I have installed the CUDA 10.1 and corresponding cuDNN 7.5.0 and added to the path variables and everything else according to the documentation

But while running the detection, I check the output of torch.cuda.is_available() which is returning false and also checked the GPU utilization is 0-1% so GPU is not being used.

Can anyone please tell me how to make GPU to be used during detection to make detection faster?

spaul13 avatar Sep 15 '19 13:09 spaul13