-
Notifications
You must be signed in to change notification settings - Fork 766
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
【Hackathon 7th No.39】为 Paddle 代码转换工具新增 API 转换规则(第 6 组)-part #6878
Conversation
Asthestarsfalll
commented
Sep 18, 2024
•
edited
Loading
edited
- 【Hackathon 7th】开源贡献个人挑战赛 Paddle#68244
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-6878.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
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.
麻烦根据 文档模板规范https://github.com/PaddlePaddle/docs/blob/develop/docs/guides/model_convert/convert_from_pytorch/pytorch_api_mapping_format_cn.md , 一一核对并检查无误。
不符合文档规范,不予合入
...odel_convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.lp_pool1d.md
Outdated
Show resolved
Hide resolved
...odel_convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.lp_pool2d.md
Outdated
Show resolved
Hide resolved
...odel_convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.lp_pool1d.md
Outdated
Show resolved
Hide resolved
...odel_convert/convert_from_pytorch/api_difference/functional/torch.nn.functional.lp_pool2d.md
Outdated
Show resolved
Hide resolved
.../model_convert/convert_from_pytorch/api_difference/nn/torch.nn.AdaptiveLogSoftmaxWithLoss.md
Outdated
Show resolved
Hide resolved
docs/guides/model_convert/convert_from_pytorch/api_difference/nn/torch.nn.Softmin.md
Show resolved
Hide resolved
docs/guides/model_convert/convert_from_pytorch/api_difference/nn/torch.nn.Softmin.md
Outdated
Show resolved
Hide resolved
...onvert/convert_from_pytorch/api_difference/nn/torch.nn.utils.parametrizations.weight_norm.md
Outdated
Show resolved
Hide resolved
...onvert/convert_from_pytorch/api_difference/nn/torch.nn.utils.parametrizations.weight_norm.md
Outdated
Show resolved
Hide resolved
docs/guides/model_convert/convert_from_pytorch/api_difference/optimizer/torch.optim.RAdam.md
Outdated
Show resolved
Hide resolved
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.
已按照文档要求更新,劳烦再审核下
docs/guides/model_convert/convert_from_pytorch/api_difference/nn/torch.nn.Softmin.md
Show resolved
Hide resolved
@Asthestarsfalll 映射文档有问题,未通过CI不予合入:
|
...t_from_pytorch/api_difference/functional/torch.nn.functional.scaled_dot_product_attention.md
Outdated
Show resolved
Hide resolved
docs/guides/model_convert/convert_from_pytorch/api_difference/nn/torch.nn.CircularPad3d.md
Show resolved
Hide resolved
docs/guides/model_convert/convert_from_pytorch/api_difference/nn/torch.nn.CircularPad3d.md
Outdated
Show resolved
Hide resolved
docs/guides/model_convert/convert_from_pytorch/api_difference/nn/torch.nn.Softmin.md
Outdated
Show resolved
Hide resolved
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.
LGTM,后续根据该文档来实现Matcher吧,注意不要出现文档与Matcher的diff。
如果实现Matcher的过程中,发现文档有误,需及时更正文档。