-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
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.
with minor changes
@mxnet-label-bot add [Doc, pr-awaiting-review] |
…r-mxnet into profiler_tutorial_update
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.
Thanks. Few comments.
@sandeep-krishnamurthy Could you help me take a look again? Thanks! |
@IvyBazan - Can you please give a review for this tutorial? Thank you. |
LGTM! |
docs/tutorials/python/profiler.md
Outdated
@@ -244,15 +239,17 @@ class CustomAddOneProp(mx.operator.CustomOpProp): | |||
|
|||
inp = mx.nd.zeros(shape=(500, 500)) | |||
|
|||
profiler.set_config(profile_all=True, continuous_dump = True) | |||
profiler.set_config(profile_all=True, continuous_dump=True, \ | |||
aggregate_stats=True) |
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.
nit: indentation not aligned.
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.
fixed
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
* update profiler tutorial * Update profiler.md * Update profiler.md * Update profiler.md * Re-Trigger build * Re-Trigger build * Re-Trigger build * Update profiler.md
This reverts commit c310763.
Description
fix nightly test failure and add a new section explaining some implicit api usage rules
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
Comments