Merge pull request #7777 from wanghaoshuang/fix_conv_group

Change default value of drop_rate in img_conv_group to 0
fix-profile-doc-typo
whs 7 years ago committed by GitHub
commit d8b923ab04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -56,7 +56,7 @@ def img_conv_group(input,
conv_act=None,
param_attr=None,
conv_with_batchnorm=False,
conv_batchnorm_drop_rate=None,
conv_batchnorm_drop_rate=0.0,
pool_stride=1,
pool_type=None,
use_cudnn=True):

Loading…
Cancel
Save