Skip to content
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

文档格式修改 #7023

Merged
merged 27 commits into from
Dec 16, 2024
Merged

文档格式修改 #7023

merged 27 commits into from
Dec 16, 2024

Conversation

Xuxuanang
Copy link
Contributor

文档格式修改

Copy link

paddle-bot bot commented Dec 13, 2024

感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7023.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html
预览工具的更多说明,请参考:飞桨文档预览工具

Copy link
Collaborator

@zhwesky2010 zhwesky2010 left a comment

Choose a reason for hiding this comment

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

我建议你用VS Code IDE做存量问题修复这个事,支持各种全局搜索/替换,搜索/替换时还能支持通配符和正则。

针对存量问题,只要找到一个特定表达式(或者正则通配),就能方便的查找与批量修复存量问题。

@@ -20,7 +20,7 @@ PyTorch 相比 Paddle 支持更多其他参数,具体如下:
| --------- | ------------ | ---------------------------------------------- |
| input | x | 输入的参数,用于表示矩阵 Q ,仅参数名字不一致 |
| input2 | tau | Householder 反射系数,一致 |
Copy link
Collaborator

Choose a reason for hiding this comment

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

这个 一致 就不对,详细排查

@@ -20,7 +20,7 @@ PyTorch 相比 Paddle 支持更多其他参数,具体如下:
| --------- | ------------ | ---------------------------------------------- |
| input | x | 输入的参数,用于表示矩阵 Q ,仅参数名字不一致 |
| input2 | tau | Householder 反射系数,一致 |
| input3 | other | 用于矩阵乘积,一致 |
| input3 | y | 用于矩阵乘积,仅参数名不一致 |
| left | left | 决定了矩阵乘积运算的顺序,一致 |
Copy link
Collaborator

Choose a reason for hiding this comment

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

这个 一致 就不对,详细排查

@@ -20,7 +20,7 @@ PyTorch 相比 Paddle 支持更多其他参数,具体如下:
| --------- | ------------ | ---------------------------------------------- |
| input | x | 输入的参数,用于表示矩阵 Q ,仅参数名字不一致 |
| input2 | tau | Householder 反射系数,一致 |
| input3 | other | 用于矩阵乘积,一致 |
| input3 | y | 用于矩阵乘积,仅参数名不一致 |
| left | left | 决定了矩阵乘积运算的顺序,一致 |
| transpose | transpose | 决定矩阵 Q 是否共轭转置变换,一致 |
Copy link
Collaborator

Choose a reason for hiding this comment

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

这个 一致 就不对,详细排查

@@ -20,7 +20,7 @@ PyTorch 相比 Paddle 支持更多其他参数,具体如下:
| --------- | ------------ | ---------------------------------------------- |
| input | x | 输入的参数,用于表示矩阵 Q ,仅参数名字不一致 |
Copy link
Collaborator

Choose a reason for hiding this comment

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

仅参数名不一致

这些名称不规范的能vscode全局替换吗。

我建议你用Vs Code这些IDE,支持各种全局搜索/替换,搜索/替换时还能支持通配符和正则。
只要针对存量问题,找到一个特定表达式(或者正则通配),就能方便的查找与批量修复存量问题

Copy link
Collaborator

@zhwesky2010 zhwesky2010 left a comment

Choose a reason for hiding this comment

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

LGTM

@luotao1 luotao1 merged commit 46c5af1 into PaddlePaddle:develop Dec 16, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants