Skip to content

Commit c0ed2e4

Browse files
committed
Change 0 to 0.0
1 parent ee21f2f commit c0ed2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/v2/fluid/nets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def img_conv_group(input,
5252
conv_act=None,
5353
param_attr=None,
5454
conv_with_batchnorm=False,
55-
conv_batchnorm_drop_rate=0,
55+
conv_batchnorm_drop_rate=0.0,
5656
pool_stride=1,
5757
pool_type=None):
5858
"""

0 commit comments

Comments
 (0)