import tensorflow as tf a=tf.constant(2) b=tf.constant(3) c=a+b sess=tf.Session(c) sess.run()
我收到错误消息模块“tensorflow”没有属性“Session”
python machine-learning data-science tensorflow
data-science ×1
machine-learning ×1
python ×1
tensorflow ×1