-
Notifications
You must be signed in to change notification settings - Fork 884
【Hackathon 10th Spring No.1】add param for MaxPool*D/max_pool*d #7724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
|
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7724.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
📚 本次 PR 文档预览链接(点击展开)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds documentation for the dilation parameter to MaxPool operations in PaddlePaddle, synchronizing with changes introduced in PaddlePaddle/Paddle#77495.
Changes:
- Added
dilationparameter documentation to all MaxPool API variants (1D, 2D, 3D) - Minor punctuation fix in MaxPool3D padding parameter description
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/api/paddle/nn/functional/max_pool3d_cn.rst | Added dilation parameter documentation for max_pool3d function |
| docs/api/paddle/nn/functional/max_pool2d_cn.rst | Added dilation parameter documentation for max_pool2d function |
| docs/api/paddle/nn/functional/max_pool1d_cn.rst | Added dilation parameter documentation for max_pool1d function |
| docs/api/paddle/nn/MaxPool3D_cn.rst | Added dilation parameter documentation and fixed missing period in padding description |
| docs/api/paddle/nn/MaxPool2D_cn.rst | Added dilation parameter documentation for MaxPool2D class |
| docs/api/paddle/nn/MaxPool1D_cn.rst | Added dilation parameter documentation for MaxPool1D class |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 16 out of 16 changed files in this pull request and generated 10 comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 22 out of 22 changed files in this pull request and generated 1 comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 22 out of 22 changed files in this pull request and generated 6 comments.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
ready for review @zhwesky2010 |
dilationoption for MaxPool1D/2D/3D -part Paddle#77495MaxPool*D/FractionalMaxPool*Dparam alias -part Paddle#77681