-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Add profiler features #40357
Add profiler features #40357
Conversation
… add_profiler_record_for_model
… add_profiler_record_for_model
… add_profiler_record_for_model
Thanks for your contribution! |
Done |
python/paddle/fluid/profiler.py
Outdated
@@ -36,10 +38,16 @@ | |||
] | |||
|
|||
|
|||
@deprecated( | |||
since="2.2.3", |
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.
下一个待发布的版本应该是2.3.0,3位版本一般不修改api
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.
已改
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.
LG API
… add_profiler_features
@@ -138,15 +157,16 @@ def export_chrome_tracing(dir_name: str, | |||
|
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.
这里少了返回 需要和中文一致~
@@ -138,15 +157,16 @@ def export_chrome_tracing(dir_name: str, | |||
|
|||
Examples: |
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.
示例代码中英文不一致,建议使用 COPY:FROM 保持中英一致
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.
TODO:Fix API docs,PaddlePaddle/docs#4291
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
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
PR types
Others
PR changes
Others
Describe
框架加入Profiler特性。该PR包括: