我想用来tf.print显示张量值,但是没有结果?这是我的代码,有什么问题吗:from __future__ import print_functionimport tensorflow as tfsess = tf.InteractiveSession() a = tf.constant([1.0, 3.0])tf.print(a)
添加回答
举报
0/150
提交
取消