Skip to content

Commit

Permalink
update another initializer change
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeolivia authored Jan 19, 2017
1 parent 72d074b commit 66efe41
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 66efe41

Please sign in to comment.