I have been trying to install tensorflow on gpu, and when I tried to test if it works this strange error message came out. How do I fix this:

Question:

I installed:

  1. tensorflow 2.10
  2. python 3.10 in conda
  3. cuda 11.2
  4. cuDNN 8.1
    I am using:
  5. NVIDIA GeForce RTX 3070
  6. windows 10

error message:
2023-01-03 18:26:00.103847: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1616] Created device /device:GPU:0 with 5453 MB memory: -> device: 0, name: NVIDIA GeForce RTX 3070, pci bus id: 0000:09:00.0, compute capability: 8.6

Asked By: Peter Jurák

||

Answers:

I think it means you are using the gpu.i’m dealing with similar issues. I want to communicate.

print('GPU name: ', tf.config.experimental.list_physical_devices('GPU'))

https://www.tensorflow.org/install/source#gpu

Answered By: TryThinkTest
Categories: questions Tags: ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.