Explorar el Código

update another initializer change

Olivia hace 8 años
padre
commit
66efe41232
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.