I have installed CUDA9.0 and cuDNN9.0 under win10, but tensorflow1.4 does not support them in this version.
How to uninstall them completely?
relevant programs in my control panel
NVIDIA Tools Extension SDK
NVIDIA Nsight Visual Studio Edition
NVIDIA CUDA Visual Studio Integration
NVIDIA CUDA Samples
NVIDIA HD Audio
NVIDIA PhysX
NVIDIA GeForce Experience
NVIDIA Device Driver
NVIDIA 3D Vision
NVIDIA CUDA Runtime
NVIDIA CUDA Documentation
NVIDIA CUDA Development
Through the Program and Features widget in control pannel, I uninstalled:
NVIDIA Nsight Visual Studio Edition
NVIDIA CUDA Visual Studio Integration
NVIDIA CUDA Samples
NVIDIA CUDA Runtime
NVIDIA CUDA Documentation
NVIDIA CUDA Development
But, again if I try to install NIVIDIA toolkit by running (cuda_9.1.85.3_windows.exe), it tells me that the tool is installed. Hence, how to fix this issue?
However, on my system this file didn’t exist (anymore).
The solution was to re-install the exact version I was trying to remove and then uninstall the components. During the installation use “custom” rather than “express” and pay special attention to the version numbers to avoid rolling back new driver components.
My best guess is that some tool blasted away the C:\Program Files\NVIDIA Corporation directory any any installer metadata that was under it.
I had not installed VS2019 prior to the first install, so I wanted to uninstall and reinstall the CUDA toolkit, but the Windows “Add or Remove Program” didn’t work so effectively. Eventually I redownloaded the Toolkit exe file and just ran it. It uninstalled any old versions and installed the new version. Hope it works for you too…
I have the same problem. I uninstalled everything related to NVIDIA in control panel, cuda 11.1 was installed (I’m on a windows 10 machine). I then downloaded CUDA 10.2 toolkit and installed it. When I open control panel now it only shows 10.2. But when I open cmd and type: nvidia-smi, it says I have version 11.1 installed.
nvidia-smi is part of the driver install, not the toolkit, so if you are using a later than 10.2 driver version, it, (and the driver), will have been compiled with a later toolkit. I believe this is what the version number in the nvidia-smi output shows, not the installed toolkit.