Home > Back-end >  I have been trying to install tensorflow on gpu, and when I tried to test if it works this strange e
I have been trying to install tensorflow on gpu, and when I tried to test if it works this strange e

Time:01-04

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

CodePudding user response:

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

  • Related