Bläddra i källkod

update another initializer change

Olivia 8 år sedan
förälder
incheckning
66efe41232
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      inception/inception/slim/variables.py

+ 1 - 1
inception/inception/slim/variables.py

@@ -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.