Skip to content

Comments

Add ceil_mode option for pool2d and pool3d#8651

Merged
wanghaoshuang merged 2 commits intoPaddlePaddle:developfrom
wanghaoshuang:fix_pool
Mar 6, 2018
Merged

Add ceil_mode option for pool2d and pool3d#8651
wanghaoshuang merged 2 commits intoPaddlePaddle:developfrom
wanghaoshuang:fix_pool

Conversation

@wanghaoshuang
Copy link
Contributor

fix #8650

"ceil_mode",
"(bool, default false) Wether to use the ceil function to calculate "
"output height and width."
"True is the default. If it is set to False, the floor function will"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"True is the default.
==> "False is the default.

"ceil_mode",
"(bool, default false) Wether to use the ceil function to calculate "
"output height and width."
"True is the default. If it is set to False, the floor function will"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"True is the default" ==> "False is the default"

@wanghaoshuang wanghaoshuang merged commit f608bb2 into PaddlePaddle:develop Mar 6, 2018
@wanghaoshuang wanghaoshuang deleted the fix_pool branch May 20, 2022 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add ceil_mode option for pool_op

2 participants