-
Notifications
You must be signed in to change notification settings - Fork 777
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
文档格式修改 #7023
Conversation
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7023.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.
我建议你用VS Code IDE做存量问题修复这个事,支持各种全局搜索/替换,搜索/替换时还能支持通配符和正则。
针对存量问题,只要找到一个特定表达式(或者正则通配),就能方便的查找与批量修复存量问题。
@@ -20,7 +20,7 @@ PyTorch 相比 Paddle 支持更多其他参数,具体如下: | |||
| --------- | ------------ | ---------------------------------------------- | | |||
| input | x | 输入的参数,用于表示矩阵 Q ,仅参数名字不一致 | | |||
| input2 | tau | Householder 反射系数,一致 | |
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.
这个 一致
就不对,详细排查
@@ -20,7 +20,7 @@ PyTorch 相比 Paddle 支持更多其他参数,具体如下: | |||
| --------- | ------------ | ---------------------------------------------- | | |||
| input | x | 输入的参数,用于表示矩阵 Q ,仅参数名字不一致 | | |||
| input2 | tau | Householder 反射系数,一致 | | |||
| input3 | other | 用于矩阵乘积,一致 | | |||
| input3 | y | 用于矩阵乘积,仅参数名不一致 | | |||
| left | left | 决定了矩阵乘积运算的顺序,一致 | |
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.
这个 一致
就不对,详细排查
@@ -20,7 +20,7 @@ PyTorch 相比 Paddle 支持更多其他参数,具体如下: | |||
| --------- | ------------ | ---------------------------------------------- | | |||
| input | x | 输入的参数,用于表示矩阵 Q ,仅参数名字不一致 | | |||
| input2 | tau | Householder 反射系数,一致 | | |||
| input3 | other | 用于矩阵乘积,一致 | | |||
| input3 | y | 用于矩阵乘积,仅参数名不一致 | | |||
| left | left | 决定了矩阵乘积运算的顺序,一致 | | |||
| transpose | transpose | 决定矩阵 Q 是否共轭转置变换,一致 | |
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.
这个 一致
就不对,详细排查
@@ -20,7 +20,7 @@ PyTorch 相比 Paddle 支持更多其他参数,具体如下: | |||
| --------- | ------------ | ---------------------------------------------- | | |||
| input | x | 输入的参数,用于表示矩阵 Q ,仅参数名字不一致 | |
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.
仅参数名不一致
这些名称不规范的能vscode全局替换吗。
我建议你用Vs Code这些IDE,支持各种全局搜索/替换,搜索/替换时还能支持通配符和正则。
只要针对存量问题,找到一个特定表达式(或者正则通配),就能方便的查找与批量修复存量问题
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
文档格式修改