Tensorflow can't find GPU

Hey everybody!

I’m currently trying to setup my notebook so that tensorflow uses my GPU. I’ve attentively read this https://www.tensorflow.org/guide/gpu guide and followed all the instructions.

In order to get my gpu identified I installed following software:

  • CUDA 11.0.1
  • cuDNN 8.0.0
  • tensorflow-gpu
  • newest NVIDIA driver for my gpu (Geforce MX150)

On the NVIDIA homepage they say that Geforce-MX150 supports CUDA. I double-checked my system paths and also uninstalled tensorflow. Still tensorflow isn’t able to find my GPU.

So thankful if anyone could help me!