我想用來tf.print顯示張量值,但是沒有結果?這是我的代碼,有什么問題嗎:from __future__ import print_functionimport tensorflow as tfsess = tf.InteractiveSession() a = tf.constant([1.0, 3.0])tf.print(a)
添加回答
舉報
0/150
提交
取消