-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Deprecate checkpoint_callback
from the Trainer
constructor in favour of enable_checkpointing
#9754
Conversation
checkpoint_callback
from the Trainer
constructor in favour of enable_checkpointing
IMO, it should be |
okay.. |
Codecov Report
@@ Coverage Diff @@
## master #9754 +/- ##
=======================================
- Coverage 93% 89% -4%
=======================================
Files 178 178
Lines 15618 15646 +28
=======================================
- Hits 14475 13867 -608
- Misses 1143 1779 +636 |
Hey @rohitgr7, Quick question. enable_checkpointing is True by default right ? Won't it be more intuitive to have Best, |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !
Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com>
…our of `enable_checkpointing` (Lightning-AI#9754) * enable_chekpointing * update codebase * chlog * update tests * fix warning * Apply suggestions from code review Co-authored-by: ananthsub <ananth.subramaniam@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Apply suggestions from code review Co-authored-by: ananthsub <ananth.subramaniam@gmail.com> * Apply suggestions from code review Co-authored-by: ananthsub <ananth.subramaniam@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* lightning: Update test. Per Lightning-AI/pytorch-lightning#9754 * Unpin torchmetrics
What does this PR do?
Fixes #9665
Does your PR introduce any breaking changes? If yes, please list them.
Before submitting
PR review
Anyone in the community is welcome to review the PR.
Before you start reviewing make sure you have read Review guidelines. In short, see the following bullet-list:
Did you have fun?
Make sure you had fun coding 🙃