python-3.xtensorflow

how to use GTX 1660 supper GPU in tensorflow?


Edit: it worked when I reinstall tensorflow.

I have GTX 1660 supper GPU and I installed the latest version of CUDA, cuDNN and the Driver.

enter image description here

when I import tensorflow as tf I get this message.

2021-05-18 12:19:45.541654: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library cudart64_110.dll

but when I print(tf.config.list_physical_devices('GPU')) the output is empty[]


Solution

  • From comments

    I have reinstalled tensorflow when I Installed CUDA and cuDNN then it's worked. (paraphrased from Osama Adel)