0

I have reinstalled tensorflow-gpu many times.Cuda and Cudnn already installed with path added but available gpu for tensorflow is always 0 for me.

Divine
  • 118
  • 1
  • 9
  • For newer versions of tensorflow there is no `-gpu` version because tensorflow natively supports GPU and CPU in the same module. Your problem could be wrong version of CUDA and cuDNN. – kacpo1 Jun 24 '21 at 14:48
  • My first install was tensorflow but its wasnt working then i did gpu.Am using tensorflow 2.3.0 with cuda 10.1 and cuDNN 7.6. – Divine Jun 24 '21 at 14:52

1 Answers1

0

I reinstalled tensorflow-gpu again but with following command.

conda install tensorflow-gpu=2.3 tensorflow=2.3=mkl_py38h1fcfbd6_0

For more info

Divine
  • 118
  • 1
  • 9