hejiaonju
hejiaonju
I am facing exactly the same issue. Running the following code: import tensorflow as tf tf.config.list_physical_devices("GPU") Returns the the following error: 2022-07-26 22:57:55.527622: I tensorflow/stream_executor/platform/default/dso_loader.cc:53] Successfully opened dynamic library libcudart.so.11.0...
I tried to uninstall tensorflow-gpu, then when I run the following: tf.config.list_physical_devices("GPU"), and it shows empty [] Only when I have tensorflow-gpu installed, then it returns [PhysicalDevice(name='/physical_device:GPU:0', device_type='GPU')]. It seems...
I also encountered the same issue.