TensorFlow属性大小写,例如tf.constant vs tf.Variable

时间:2017-09-27 09:05:21

标签: tensorflow attributes capitalization

我对TensorFlow属性大写非常困惑 来自https://www.tensorflow.org/get_started/get_started

node1 = tf.constant(3.0, dtype=tf.float32)
W = tf.Variable([.3], dtype = tf.float32)

如果更改大写,则会抛出相同的AttributeError,因此可以猜测两者都是属性,并且应该大写均等。

感谢您帮助理解我忽视的任何错综复杂! -G。

1 个答案:

答案 0 :(得分:0)