import tensorflow as tf
print(tf.config.list_physical_devices('GPU'))
验证Tensorflow2.x安装成功
最新推荐文章于 2023-05-12 21:05:27 发布
import tensorflow as tf
print(tf.config.list_physical_devices('GPU'))