-
Notifications
You must be signed in to change notification settings - Fork 3.6k
feature: Allow str arguments in Trainer.profiler #3656
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
rohitgr7
merged 29 commits into
Lightning-AI:master
from
ddrevicky:feature/3330_trainer_profiler_str
Oct 27, 2020
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
7373bc7
allow trainer's profiler param to have a str value
ddrevicky a5212cd
add tests
ddrevicky 5a9936f
update docs
ddrevicky 5e9f895
update exception message
ddrevicky a91bab3
Update CHANGELOG
ddrevicky 6c44099
fix pep8 issues
ddrevicky 3661661
cleanup test code
ddrevicky 7e82c3c
Add deprecation warning if using bool for profiler
ddrevicky 01b1bc9
Add deprecation tests and move deprecated tests
ddrevicky f8bb828
Remove bool option to profiler from docs
ddrevicky 264a08b
Deprecate bool args to profiler in CHANGELOG
ddrevicky e81ee90
fixup! Add deprecation warning if using bool for profiler
ddrevicky b0878ff
fixup! Add deprecation tests and move deprecated tests
ddrevicky b07e480
Apply suggestions from code review
ddrevicky bfc4650
Implement suggestions, remove whitespace
ddrevicky a660ba2
fixup! Implement suggestions, remove whitespace
ddrevicky 7761151
Allow bool, str (case insensitive), BaseProfiler
ddrevicky f673bc2
Add info about bool deprecation to trainer
ddrevicky f2780e7
fixup! Add info about bool deprecation to trainer
ddrevicky 443d626
Move deprecate todo to test_deprecated
ddrevicky b561bf6
Test wrong profiler type, improve error message
ddrevicky 2042512
fixup! Test wrong profiler type, improve error message
ddrevicky 3035dda
Update pytorch_lightning/trainer/connectors/profiler_connector.py
ddrevicky 348a129
Apply suggestions from code review
Borda 29f7833
Readd bool to profiler types, test cli profiler arg
ddrevicky b5cecd6
Remove extra whitespace in doc
ddrevicky 4f92fba
Apply suggestions from code review
Borda f911f37
Update deprecation versions
ddrevicky c45d465
Merge branch 'master' into feature/3330_trainer_profiler_str
rohitgr7 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
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.
Uh oh!
There was an error while loading. Please reload this page.