Answers for "tf.test.is_gpu_available() dosent work"

0

tf.test.is_gpu_available() dosent work

I came across this same issue in jupyter notebooks. This could be an easy fix.

$ pip uninstall tensorflow
$ pip install tensorflow-gpu
You can check if it worked with:

tf.test.gpu_device_name()
Posted by: Guest on January-27-2022

Code answers related to "tf.test.is_gpu_available() dosent work"

Browse Popular Code Answers by Language