-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[Feature] Support for Pytorch-lightning 1.5.0 #20741
Comments
I believe a similar PR to achieve this is being implemented by the great @kaushikb11? |
It looks like that will indeed make this a subset of that functionality. Nice, I cant wait until this is released. |
Will keep this open until #20562 is merged |
Would it make sense to close this issue, given that #20562 is now merged? We might also want to reach out to the |
Yes this can be closed- Ray Tune supports PTL 1.5 as of #20562! |
Search before asking
Description
As of Pytorch-lightning 1.5.0
https://github.com/PyTorchLightning/pytorch-lightning/blob/49d09aa28b4bdde7a272c3e77dc3f13613802672/CHANGELOG.md#150---2021-11-02
The property
running_sanity_check
in theTrainer
class has been deprecated in favor ofsanity_checking
as of 1.5.0 as linked above. This property is used in the following lines which I have been patching to support1.5.0
ray/python/ray/tune/integration/pytorch_lightning.py
Line 177 in 3b77840
ray/python/ray/tune/integration/pytorch_lightning.py
Line 231 in 3b77840
Is there any plan to support 1.5.0+? I am not sure what the preferences are as far as dealingl with backcompatibility otherwise could submit a PR.
I tried searching about this although from the changelog above the complete deprecation of the property was just released in packages of just a few weeks ago.
Use case
Support for using the newer versions of pytorch-lightning .
Related issues
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: