-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feature: Add disable_profiler field in config and propagate changes #3523
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
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
ab9c79d
Adapted zaoliu's changes
c9c9f1f
Merge branch 'master' into zaochange
mariumof 75f95eb
One more file to zaochage
055c0ec
Added empty line
4e108d0
Ran black
1ff3160
Re blacked and modified test
8523702
Added test_pytorch_compiler.py
fff6a92
Formatted test_pytorch_compiler.py
20c743c
Updated test_pytorch_compiler
dfdc52d
Updated test_training_step
ed21e79
Updated test_workflow and est_training_step
1599a79
Updated test_training_step
75f6bc4
Updated test_workflow
4505a9b
Merge branch 'master' into zaochange
mariumof 8bbe653
Updated profiler_config and test
6799161
Typo
4a00ea1
black
e236c0d
Adapted zaoliu's changes
7aecb53
One more file to zaochage
d689cd0
Added empty line
2f62550
Updated test_estimator
d2258d3
Re blacked and modified test
9517cd3
Added test_pytorch_compiler.py
596c50d
Formatted test_pytorch_compiler.py
60e3ecf
Updated test_pytorch_compiler
cb855b1
Updated test_training_step
d7ae37b
Updated test_workflow and est_training_step
48b755e
Updated test_training_step
2ec9f80
Updated test_workflow
c16a7c0
Updated profiler_config and test
389babd
Typo
d33c91d
black
e8ba707
Updated test_estimator
32e3c16
Merge branch 'master' into zaochange
mariumof f8dced3
ran black on test_estimator.py
cbfa59f
Merge branch 'master' into zaochange
mariumof File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
enable_default_profiling method is used while enabling training job mid way training according to this: https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-update-monitoring-profiling.html If we are not running rules while enabling, need to update docs and method description
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.
Whom do I talk to?
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.
I mean the person who handles docs.
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.
discussed on slack