ypeError: __init__() got an unexpected keyword argument 'shape'

採用TensorFlow支持通過tf.Graph函數來生成新的向量圖,代碼如下: import tensorflow as tf # a = tf.constant([1.0,2.0],name="a") # b = tf.constant([2.0,3.0],name="b") # result = a+b # print(a.graph is tf.get_default_graph())
相關文章
相關標籤/搜索