We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e018ce + 2d5d28a commit 621d289Copy full SHA for 621d289
tensorflowTUT/tf5_example2/full_code.py
@@ -23,8 +23,6 @@
23
loss = tf.reduce_mean(tf.square(y-y_data))
24
optimizer = tf.train.GradientDescentOptimizer(0.5)
25
train = optimizer.minimize(loss)
26
-
27
-init = tf.initialize_all_variables()
28
### create tensorflow structure end ###
29
30
sess = tf.Session()
0 commit comments