Ejemplo 1: comprobar si tensorflow gpu está instalado
import tensorflow as tf
print(tf.test.gpu_device_name())
Ejemplo 2: tensorflow check gpu
tf.config.list_physical_devices('GPU')
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)
import tensorflow as tf
print(tf.test.gpu_device_name())
tf.config.list_physical_devices('GPU')