Error Importing

Hello, I’m receiving an error while importing TensorFlow. I have AMD Radeon graphics and python 3.8 installed on my pc. Can anyone help me with these? Will these errors affect my work in any way further?

Error:-
W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library ‘cudart64_110.dll’; dlerror: cudart64_110.dll not found
I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.

For AMD GPU check:

https://tensorflow-prod.ospodiscourse.com/t/use-amd-gpu-for-model-training/2011

Hi.

This is just a warning (W) and information (I) message that CUDA libraries cannot be found.

The I message says to ignore the W message that comes above it if no CUDA GPU is installed on your machine.

The only effect of this is that training will happen on CPU only.

3 Likes