training using the GPU #779
Replies: 3 comments 16 replies
-
Okay, I figured it out after hours of investigation. You need to first confirm if CUDA is available on your PC, run these commands:
if it returns false, then you have some problems.
Start your Task Manager, go to GPU and toggle 'CUDA' to see if there's any input there. |
Beta Was this translation helpful? Give feedback.
-
@jiaxinf cpu percentage usage does not exceed 25%, Is there any way to speed up the epochs? |
Beta Was this translation helpful? Give feedback.
-
I don't know why, but my GPU is still not being detected. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone o/
I am having trouble training using the GPU.
Win 11
RTX 3060
Python 3.10.6
Tensorflow version 2.10.0
Cuda 11.2
Cudnn 8.1
The graphics card is detected using the following code:
print("Num GPUs available", len(tf.config.experimental.list_physical_devices('GPU')))
tf.test.gpu_device_name()
However, during training, the output shows 'GPU available: False, used: False'.
Beta Was this translation helpful? Give feedback.
All reactions