profiler icon indicating copy to clipboard operation
profiler copied to clipboard

Project import generated by Copybara

Open copybara-service[bot] opened this issue 3 years ago • 0 comments
trafficstars

Project import generated by Copybara

copybara-service[bot] avatar Feb 03 '22 00:02 copybara-service[bot]

@nashid You haven't installed CUDA, which is required to run TensorFlow ops in GPU and utilize its computational cores. However, CUDA is proprietary to Nvidia (whereas AMD uses OpenCL). So in a nutshell, you need CUDA for running TensorFlow, and to run CUDA, you have to have an Nvidia GPU. If you are not willing to buy a GPU, you can always use "Colab" by Google which provides free GPU resources.

Since TF cannot find your GPU, it automatically switches to CPU which takes a lot of time to train on. Hence the high CPU usage and low GPU usage

neel04 avatar Aug 24 '20 18:08 neel04