2021年1月3日

摘要: import tensorflow as tf import os os.environ["CUDA_VISIBLE_DEVICES"]="0" with tf.compat.v1.Session() as sess: a = tf.constant(2) b = tf.constant(3) pr 阅读全文
posted @ 2021-01-03 11:22 小橘猫xjm 阅读(80) 评论(0) 推荐(0)

导航