摘要: 安装TensorFlow conda install tensorflow-gpu 测试TensorFlow是否安装成功 import tensorflow as tf sess = tf.Session() a = tf.constant(1) b = tf.constant(2) print(s 阅读全文
posted @ 2021-07-22 12:20 达可奈特 阅读(30) 评论(0) 推荐(0) 编辑