Skip to content

Commit dfdd9b9

Browse files
committed
Cleaned up some parameter text
1 parent 54ed2d6 commit dfdd9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎densenet.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def DenseNet(input_shape=None, depth=40, nb_dense_block=3, growth_rate=12, nb_fi
243243
def DenseNetFCN(input_shape, nb_dense_block=5, growth_rate=16, nb_layers_per_block=4,
244244
reduction=0.0, dropout_rate=0.0, weight_decay=1e-4, init_conv_filters=48,
245245
include_top=True, weights=None, input_tensor=None, classes=1, activation='softmax',
246-
upsampling_conv=128, upsampling_type='upsampling'):
246+
upsampling_conv=128, upsampling_type='deconv'):
247247
'''Instantiate the DenseNet FCN architecture.
248248
Note that when using TensorFlow,
249249
for best performance you should set

0 commit comments

Comments
 (0)