We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efbbd6d commit 04c36e2Copy full SHA for 04c36e2
tex_pdf/get_started/c1s01_introduction.tex
@@ -41,8 +41,6 @@ \section{Introduction || 简介}
41
train = optimizer.minimize(loss)
42
43
# Before starting, initialize the variables. We will 'run' this first.
44
-# initialize_all_variables() has been deprecated, and will be deleted after 2017/03/02
45
-# Update: use tf.global_variables_initializer() instead.
46
init = tf.global_variables_initializer()
47
48
# Launch the graph.
0 commit comments