-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[feat] Logging refactor 2/n - train #4495
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
53 commits
Select commit
Hold shift + click to select a range
2b3c4bc
update logging
tchaton e2814ad
Merge branch 'master' into feat/train_logging
tchaton f487a5d
Merge branch 'master' into feat/train_logging
tchaton ba0427f
solve more bugs
tchaton c68995a
Merge branch 'feat/train_logging' of https://github.com/PyTorchLightn…
tchaton 8337394
replace Mapping by Dict
tchaton 3862ef7
update on comments
tchaton 23a62ac
resolve pep8
tchaton ebf6573
Merge branch 'master' into feat/train_logging
tchaton 3921725
Apply suggestions from code review
Borda 09ace23
Merge branch 'master' into feat/train_logging
tchaton c9308d4
Merge branch 'feat/train_logging' of https://github.com/PyTorchLightn…
tchaton e459131
Update pytorch_lightning/trainer/connectors/logger_connector/epoch_re…
tchaton abd0fc0
Merge branch 'master' into feat/train_logging
tchaton a8371bf
update on comments
tchaton 92994d9
typo
tchaton 3539faa
Merge branch 'master' into feat/train_logging
tchaton f3b4f1f
update for coverage
tchaton 453abed
update test
tchaton fb72bff
update
tchaton 93c596d
Merge branch 'feat/train_logging' of https://github.com/PyTorchLightn…
tchaton 0decd22
Update tests/models/test_hooks.py
tchaton 005e91b
Update tests/models/test_hooks.py
tchaton 21da81f
Merge branch 'master' into feat/train_logging
tchaton 8f879db
update on comments
tchaton 1983cc1
Merge branch 'master' into feat/train_logging
tchaton 7b4e9e0
Merge branch 'master' into feat/train_logging
tchaton 0e41cad
remove deepcopy
tchaton fcf74e5
Merge branch 'feat/train_logging' of https://github.com/PyTorchLightn…
tchaton 25692c8
remove useless look for
tchaton 2859f5c
another small optim
tchaton f0a13bb
extra optim
tchaton 5535b0a
remove lastest optim, can be source of bug
tchaton ae0c00f
resolve bug
tchaton 3e6fc63
add docstring
tchaton 43f5c45
optimize coverage
tchaton aa393c3
Update pytorch_lightning/trainer/connectors/logger_connector/epoch_re…
tchaton bc62cff
Update pytorch_lightning/trainer/connectors/logger_connector/epoch_re…
tchaton 85317ad
Update tests/trainer/logging_tests/test_distributed_logging.py
tchaton d492d94
Update pytorch_lightning/trainer/evaluation_loop.py
tchaton caea74c
Update tests/trainer/logging/test_logger_connector.py
tchaton 5bc3847
Update tests/trainer/logging_tests/test_train_loop_logging_1_0.py
tchaton 66a89a8
Merge branch 'master' into feat/train_logging
tchaton 6c7373a
update on comments
tchaton 60f95a8
Merge branch 'feat/train_logging' of https://github.com/PyTorchLightn…
tchaton ef2065c
update
tchaton 6a9bcc5
update on comments
tchaton e22d9f8
update parity speed
tchaton 395df7f
get it down to 0.65
tchaton ae64091
update
tchaton 59ca975
Merge branch 'master' into feat/train_logging
williamFalcon 4c19f96
0.8 max_dif
tchaton c86643b
Merge branch 'feat/train_logging' of https://github.com/PyTorchLightn…
tchaton 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
252 changes: 169 additions & 83 deletions
252
pytorch_lightning/trainer/connectors/logger_connector/epoch_result_store.py
Large diffs are not rendered by default.
Oops, something went wrong.
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.