tensorflow学习笔记一

系统架构 运算 正常的运算 t=7+8 print(t) tensorflow计算方式好像不太一样,需要先写好数据流图,需要用session去执行这个图, import tensorflow as tf import os os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2' sess=tf.Session() a = tf.constant(10) b = tf.
相关文章
相关标签/搜索