We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Do we need these warnings here? https://github.com/PyTorchLightning/pytorch-lightning/blob/cf1a589956f86a0cf1a50c0710051eee9b082094/pytorch_lightning/core/hooks.py#L694-L733
They just come up even when we don't override them.
We already have them here: https://github.com/PyTorchLightning/pytorch-lightning/blob/cf1a589956f86a0cf1a50c0710051eee9b082094/pytorch_lightning/trainer/configuration_validator.py#L83-L95
Remove them. Warnings in the docs are enough.
The text was updated successfully, but these errors were encountered:
on_task_dataloader
on_{task}_dataloader
Successfully merging a pull request may close this issue.
Proposed refactoring or deprecation
Do we need these warnings here? https://github.com/PyTorchLightning/pytorch-lightning/blob/cf1a589956f86a0cf1a50c0710051eee9b082094/pytorch_lightning/core/hooks.py#L694-L733
They just come up even when we don't override them.
We already have them here: https://github.com/PyTorchLightning/pytorch-lightning/blob/cf1a589956f86a0cf1a50c0710051eee9b082094/pytorch_lightning/trainer/configuration_validator.py#L83-L95
Motivation
Remove them. Warnings in the docs are enough.
The text was updated successfully, but these errors were encountered: