We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33d237a + 98e3a04 commit b8b53a2Copy full SHA for b8b53a2
1 file changed
xception.py
@@ -162,7 +162,7 @@ def xception_arg_scope(weight_decay=0.00001,
162
# Set weight_decay for weights in conv2d and separable_conv2d layers.
163
with slim.arg_scope([slim.conv2d, slim.separable_conv2d],
164
weights_regularizer=slim.l2_regularizer(weight_decay),
165
- biases_regularizer=slim.l2_regularizer(weight_decay)):
+ biases_initializer=None):
166
167
# Set parameters for batch_norm. Note: Do not set activation function as it's preset to None already.
168
with slim.arg_scope([slim.batch_norm],
0 commit comments