Tuesday, June 8, 2021

AI Pool: Tensorflow 1.13 does not use GPU

I'm using Keras 2.0 with TensorFlow 1.13 backend. I had to upgrade my Tensorflow. Solved all issues, but realized TensorFlow is not using GPU. Also CUDA_VISIBLE_DEVICES = 0 is set. When I try to print all visible devices in TensorFlow, it prints CPU devices, but GPU is not there. What's wrong with it? Keras: v2.1.* Tensorflow: v1.13.1 CUDA: v10.1 Nvidia Driver: v418.39...

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...