Skip to content

Commit

Permalink
Merge pull request tensorflow#928 from tensorflow/itsmeolivia-patch-1
Browse files Browse the repository at this point in the history
update another initializer change
  • Loading branch information
itsmeolivia authored Jan 19, 2017
2 parents 72d074b + 66efe41 commit a689e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inception/inception/slim/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
biases = variables.variable('biases',
shape=[100],
initializer=tf.zeros_initializer,
initializer=tf.zeros_initializer(),
device='/cpu:0')
# More complex example.
Expand Down

0 comments on commit a689e12

Please sign in to comment.