Issue
So im trying to do some machine learning, and i want to make use of my gpu. Im on tensorflow version 2.6.0(i also tried tensorflow-gpu).I installed CUDA 11.2 and cuDNN 8.1. Added everything to PATH like it says here https://www.tensorflow.org/install/gpu. However i still get the error that it cant find the cudart64_110.dll. The file even is in the 'NVIDIA GPU Computing Toolkit\CUDA\v11.2\bin' directory. Anyone got an idea?
Solution
I got the same error today. In previous version of tf, I need to install a Nvidia toolkit to get the file.
Here is the right toolkit for the cudart64_110.dll file: https://developer.nvidia.com/cuda-11.3.0-download-archive
Then just follow the installation guide. If you need more help or it doesnt work, just write it.
Answered By - The Reider
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.