Kyubyong/tensorflow-exercises

W = tf.Variable(V.initialized_value() * 2.0) on Variables_Solutions.ipynb

dixiematt8 opened this issue · 0 comments

V.initialized_value() is not a method, but it is a property.