0
我對TensorFlow屬性大寫感到困惑。
從https://www.tensorflow.org/get_started/get_started:TensorFlow屬性大寫,例如tf.constant vs tf.Variable
node1 = tf.constant(3.0, dtype=tf.float32)
W = tf.Variable([.3], dtype = tf.float32)
如果您在任它拋出同樣的AttributeError的改變資本化,所以誰也想不到兩者的屬性,並應當平等大寫。
感謝您幫助理解我忽略的任何複雜性!
G.