检测Tensorflow-GPU是否可用

输出列表:[] ,表可用

import tensorflow as tf
print(tf.config.list_physical_devices('GPU'))

你可能感兴趣的:(python)