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

fix doc of compare_accuracy #53661

Merged
merged 2 commits into from
May 11, 2023
Merged

fix doc of compare_accuracy #53661

merged 2 commits into from
May 11, 2023

Conversation

zkh2016
Copy link
Contributor

@zkh2016 zkh2016 commented May 10, 2023

PR types

Others

PR changes

Others

Description

修复 #53430 中提到的英文文档问题。
中文文档:PaddlePaddle/docs#5874

@paddle-bot
Copy link

paddle-bot bot commented May 10, 2023

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@paddle-bot
Copy link

paddle-bot bot commented May 10, 2023

❌ The PR is not created using PR's template. You can refer to this Demo.
Please use PR's template, it helps save our maintainers' time so that more developers get helped.

@@ -436,10 +436,10 @@ def compare_accuracy(
This is a precision comparison tool that can be used to compare log data of float16 and float32.

Args:
dump_path(str): The path of the running log, such as the log for execution using the fp32 type.
dump_path(str): The path of the running log, such as the log for execution using the float32 data type.
another_dump_path(str): the path of another running log ,such as the log for execution using the fp16 type.
Copy link
Contributor

Choose a reason for hiding this comment

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

这行的fp16 type也和上一行一样,优化一下吧~

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

Copy link
Contributor

@sunzhongkai588 sunzhongkai588 left a comment

Choose a reason for hiding this comment

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

LGTM

@zkh2016 zkh2016 merged commit 5417382 into PaddlePaddle:develop May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants