Tensorflow-gpu Not Using Gpu With Cuda,cudnn
I want to use Tensorflow on GPU. So I install all the needed tool and installed as below- CUDA-11.2 CUDNN-11.1 Anaconda-2020.11 Tensorflow-GPU-2.3.0 I tested that my cuda,cudnn
Solution 1:
The installation engine has a problem for tensorflow-gpu 2.3 in Anaconda on Windows 10.
Workaround is to explicitly specify the correct tensorflow build:
conda install tensorflow-gpu=2.3 tensorflow=2.3=mkl_py38h1fcfbd6_0
Post a Comment for "Tensorflow-gpu Not Using Gpu With Cuda,cudnn"