Keras sees my GPU but doesn't use it when training a neural network
问题 My GPU is not used by Keras/TensorFlow. To try to make my GPU working with tensorflow, I installed tensorflow-gpu via pip (I am using Anaconda on Windows) I have nvidia 1080ti print(tf.test.is_gpu_available()) True print(tf.config.experimental.list_physical_devices()) [PhysicalDevice(name='/physical_device:CPU:0', device_type='CPU'), PhysicalDevice(name='/physical_device:GPU:0', device_type='GPU')] I tied physical_devices = tf.config.experimental.list_physical_devices('GPU') tf.config