-
Notifications
You must be signed in to change notification settings - Fork 836
[Docathon][Add Overview Doc No.1] add doc of docathon 1 #6523
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
Conversation
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-6523.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
docs/api/paddle/amp/Overview_cn.rst
Outdated
@@ -72,6 +72,8 @@ Debug 相关辅助类 | |||
:header: "类名称", "辅助类功能" | |||
:widths: 10, 30 | |||
|
|||
" :ref:`check_layer_numerics <cn_api_paddle_amp_debugging_check_layer_numerics>` ", "输入输出数据的数值检查" |
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.
上面的标题写的是类名称,方法不太合适放在这里~感觉可以新增一项<数值检查相关 API>
docs/api/paddle/amp/Overview_cn.rst
Outdated
@@ -72,6 +72,8 @@ Debug 相关辅助类 | |||
:header: "类名称", "辅助类功能" | |||
:widths: 10, 30 | |||
|
|||
" :ref:`check_layer_numerics <cn_api_paddle_amp_debugging_check_layer_numerics>` ", "输入输出数据的数值检查" | |||
" :ref:`check_numerics <cn_api_paddle_amp_debugging_check_numerics>` ", "精度调试方法" |
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.
”精度调试方法“,看着这个像是也属于数值检查的,我感觉"调试 Tensor 数值"更好~
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.
Done
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
补充了paddle.amp.debugging.collect_operator_stats、paddle.amp.debugging.check_numerics、paddle.amp.debugging.check_layer_numerics
中文文档链接:#6427
@sunzhongkai588 @ooooo-create