Commit a689e124 authored by Olivia's avatar Olivia Committed by GitHub
Browse files

Merge pull request #928 from tensorflow/itsmeolivia-patch-1

update another initializer change
parents 72d074bc 66efe412
......@@ -33,7 +33,7 @@ Usage:
biases = variables.variable('biases',
shape=[100],
initializer=tf.zeros_initializer,
initializer=tf.zeros_initializer(),
device='/cpu:0')
# More complex example.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment