A. Copy \cuda\bin\cudnn*.dll to C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.2\bin.
B. Copy \cuda\include\cudnn*.h to C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.2\include.
C. Copy \cuda\lib\x64\cudnn*.lib to C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.2\lib\x64.
Go to your environment variables, Under “System Variables” click on “New” and create the CUDA PATH
detail:
Hi, Ricardo.
from what folder conda should be run ?
When I run it from the default folder of cmd, error happens:
C:\WINDOWS\system32>conda create --name TF-2.5 python=3.9
‘conda’ is not recognized as an internal or external command,
operable program or batch file.
Thanks in advance.
Thank you very much, Ricardo.
What application corresponds to the Anaconda Prompt ?
I could not find it in the folders seemed relevant:
C:\Users\User\miniconda3 ;
C:\Users\User\miniconda3\Scripts
?
I cant use my GPU with tensorflow 2.4.0!
I have CUDA 11.0 with 8.0.4 compatible for cuda 11,
all works in python with interpreter (Conda python 3.7.6 with virtual env)
When process image it’s too slow! The GPU isn’t used… why??? What’s wrong? I lost 4 days to find the error… but all .DLL are loaded successfully, i can’t see any error
Quick additional question about the differentiated cpu and gpu versions of current tensorflow. Will the gpu version revert to cpu if i the resources aren’t hooked up right?
I will try to do this tomorrow on a Alienware x15 with a mobile 3080. Using TF 2.5 with gpu. I have been going round and round and finally got the tensorflow (probably 2.1) to acknowledge that the GPU was there, but it wouldn’t really use it. We shall see. Thanks for the help. On the CUDA and cuDNN, do I have to go down to these older toolkits like 11 for cuda and 8 for cudnn?