-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Refactor RunningStage usage in advance of implementing Trainer.validate() #4945
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
tchaton
merged 39 commits into
Lightning-AI:master
from
EliaCereda:feature/trainer-validate-1
Mar 6, 2021
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
104d796
Update code
carmocca 23c2d3b
More property updates
carmocca dd09134
Move properties. Introduce trainer._fitting
carmocca 68469ed
Use trainer.fitting
carmocca 77df20b
Merge branch 'master' into feature/trainer-validate-1
carmocca 89aa994
Fix reset dataloaders
carmocca 3c6e99c
Unused code
carmocca 9ba12d7
RunningStage.SANITY_CHECKING
carmocca f3d16a4
Use setters
carmocca 0697c3e
Fix bugs
carmocca 39686ae
Fix bugs
carmocca 0ed386b
TrainerState.{FITTING,VALIDATING,TESTING,PREDICTING,TUNING}
carmocca 18e851c
Fix bugs
carmocca dec84ec
Fix bugs
carmocca 0b21f4d
Fix tests
carmocca 94707ba
Merge branch 'master' into feature/trainer-validate-1
carmocca 8cdac8e
Update CHANGELOG. Add deprecation warning. Fix tests
carmocca 73916f4
Unused imports
carmocca 6c62eec
Optional trainer
carmocca 0a211a2
More deprecation. More refactoring
carmocca 6c6752c
Correct version
carmocca 34ae418
Use properties
carmocca 24f1c1e
Address comments
carmocca 13483f5
Merge branch 'master' into feature/trainer-validate-1
carmocca 1e5d84d
flake8
carmocca dccf603
Missed renamings
carmocca 56b4494
Typo
carmocca 94e93ad
is -> ==
carmocca 6c53cdc
Also for tests
carmocca 99db197
Merge branch 'master' into feature/trainer-validate-1
carmocca 1b0709d
Merge branch 'master' into feature/trainer-validate-1
carmocca b64b46e
Typo
carmocca 7d42798
Address @tchaton's comments
carmocca 7a3f8cd
PEP8
carmocca c0ef3fa
Correct property
carmocca 63c9493
Update CHANGELOG
carmocca 10f7f21
Apply suggestions from code review
carmocca d1dc4c9
Update pytorch_lightning/trainer/trainer.py
carmocca 45a010f
Remove called sanity check
carmocca 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
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.
Uh oh!
There was an error while loading. Please reload this page.