Commit 66efe412 authored by Olivia's avatar Olivia Committed by GitHub
Browse files

update another initializer change

parent 72d074bc
......@@ -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