Torch Not Detecting CUDA on NVIDIA Tesla T4 GPU Despite Proper Setup
I am currently working on a medical image analysis project where GPU acceleration is crucial for performance. Despite enabling the GPU through the green icon in the top right corner of the Lightning.AI interface, Torch indicates that CUDA is not available (torch.cuda.is_available()
returns False
). Below are the details of my setup and the issue I’m encountering: