I am on Windows 11 LAPTOP, trying to setup CUDA using pytorch. I have an RTX 3060, Intel i7 11th gen.
I have installed the latest versions of Anaconda, CUDA, CUDNN, and pytorch.
I followed the documentations provided on pytorch and nvidia websites.
On trying to print .cuda.is_available() and other testing functions, all functions return a negative output suggesting cuda is not working and gpu isnt detected.