-
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
Removed a redundant warning with ModelCheckpoint(monitor=None)
callback
#9875
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
@Programmer-RD-AI Please keep the PR template :) (see checklists) |
save_top_k
warning in ModelCheckpoint
callback
Codecov Report
@@ Coverage Diff @@
## master #9875 +/- ##
=======================================
- Coverage 93% 89% -4%
=======================================
Files 178 178
Lines 15620 15649 +29
=======================================
- Hits 14477 13868 -609
- Misses 1143 1781 +638 |
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
ok @awaelchli Regards |
I am currently working on testing this locally. Regards. |
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 !
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
save_top_k
warning in ModelCheckpoint
callbackModelCheckpoint(monitor=None)
callback
…back (Lightning-AI#9875) * Update README.md * Update README.md * Create evaluation.py * Update README.md * Update evaluation.py * Create evaluation.py * Create evaluation.py * Update evaluation.py * Create nlp.py * Update evaluation.py * Create evaluation.py * Update nlp.py * Update nlp.py * Update evaluation.py * Create evaluation.py * Update nlp.py * Update nlp.py * Update requirements.txt * Update evaluation.py * Create data_loader.py * Update nlp.py * Update evaluation.py * Update data_loader.py * Update nlp.py * Update data_loader.py * Update requirements.txt * Update model_checkpoint.py * Delete evaluation.py * Delete data_loader.py * Delete nlp.py * Update requirements.txt * Update model_checkpoint.py * Update README.md * Update pytorch_lightning/callbacks/model_checkpoint.py * Update CHANGELOG.md * Update test_model_checkpoint.py * Update model_checkpoint.py * update * update * chlog update Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com> Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Fixes
What does this PR do?
Fixes #9868
Does your PR introduce any breaking changes? If yes, please list them.
None
Before submitting
save_top_k=None
but it crash training #9868##Changes
pytorch_lightning/callbacks/model_checkpoint.py
150 Line Change
432 Line Change
Check the code that was changed in the files changed tab of this pull request.
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?
Yes, It was a new experience for me for contributing to a project.
It was fun,
And I am looking forward to helping the PyTorch Community.
Regards,
Ranuga