-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Deprecate prepare_data_per_node flag on Trainer and set it as a property for DataHooks
#8958
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
carmocca
merged 36 commits into
Lightning-AI:master
from
ninginthecloud:refactor_issue8733
Aug 23, 2021
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
3aa2f0e
add prepare_data_per_node property to datahooks
ninginthecloud cfad7ad
add __init__()
ninginthecloud 9b246b5
update prepare_data_per_node in data_connector
ninginthecloud e8da75e
mark 'prepare_data_per_node' optional in trainer
ninginthecloud f3a30f8
update failed test_datamodules
ninginthecloud 3244cd2
move deprecation warning in data_connector
ninginthecloud fac2d0b
update test_remove_1-7.py
ninginthecloud c53fa4a
update when datamodule is not defined
ninginthecloud e5107a4
update hook docs
ninginthecloud f9bd342
update CHANGELOG.md
ninginthecloud f9706b2
refactor `prepare_data()` in data_connector
ninginthecloud 78a81c8
use `has_prepared_data` property in datamodule
ninginthecloud 7db98ce
minor - comment update
ninginthecloud 8e77b04
add MisconfigurationException
ninginthecloud 153d16c
update MisconfigurationException
ninginthecloud fe6d2fb
add unit test for MisconfigurationException
ninginthecloud 3f140b6
move item to CHANGELOG.md deprecation session
ninginthecloud 42f500f
update BoringModel and BoringDataModule
ninginthecloud fcbff81
set prepare_data_per_node as unused property
ninginthecloud 61a3b71
update __jit_unused_properties__ in lightning
ninginthecloud 056ca6a
fix error
ninginthecloud 25f1c45
Update comments in pytorch_lightning/trainer/trainer.py
ninginthecloud 5da20d8
Update CHANGELOG.md
ninginthecloud d89f947
Update pytorch_lightning/trainer/connectors/data_connector.py
ninginthecloud 630796f
Update pytorch_lightning/trainer/connectors/data_connector.py
ninginthecloud ca37a83
Update pytorch_lightning/trainer/connectors/data_connector.py
ninginthecloud 7b52795
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 8ec10f6
remove `prepare_data_per_node` from boring_model
ninginthecloud 5a81b85
update test_datamodules to avoid noop
ninginthecloud b66f371
Update comment pytorch_lightning/core/hooks.py
ninginthecloud 1693e63
Update comment pytorch_lightning/trainer/trainer.py
ninginthecloud 13e64e9
Update pytorch_lightning/trainer/connectors/data_connector.py
ninginthecloud ca6c829
update property in DataHooks
ninginthecloud e5442b7
add call_hook
ninginthecloud a72c929
fix test `test_datamodules.py`
ninginthecloud 702cdc8
update prepare_data_per_node as attributes
ninginthecloud 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
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.