[Feature] Support for Pytorch-lightning 1.5.0
See original GitHub issueSearch before asking
- I had searched in the issues and found no similar feature requirement.
Description
As of Pytorch-lightning 1.5.0
The property running_sanity_check
in the Trainer
class has been deprecated in favor of sanity_checking
as of 1.5.0 as linked above. This property is used in the following lines which I have been patching to support 1.5.0
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?
- Yes I am willing to submit a PR!
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Releases · Lightning-AI/lightning - GitHub
Build and train PyTorch models and connect them to the ML lifecycle using Lightning App templates, without handling DIY infrastructure, cost management, ...
Read more >LightningModule - PyTorch Lightning - Read the Docs
It is recommended that you install the latest supported version of PyTorch to use this feature without limitations. See also the torch.jit documentation...
Read more >PyTorch Lightning
The ultimate PyTorch research framework. Scale your models, without the boilerplate.
Read more >pytorch-lightning - PyPI
PyTorch Lightning is the lightweight PyTorch wrapper for ML researchers. ... Lightning has over 40+ advanced features designed for professional AI research ...
Read more >PyTorch Lightning 1.5 Released - Exxact Corporation
Earlier this month, PyTorch Lightning 1.5 became available, and it's a big update! It introduces support for LightningLite, Fault-tolerant ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Would it make sense to close this issue, given that #20562 is now merged?
We might also want to reach out to the
prob-ml/bliss
team to reintroduce their Ray dependency, as it looks like they might have been blocked on Lightning support.Yes this can be closed- Ray Tune supports PTL 1.5 as of #20562!