Skip to content

Conversation

baskrahmer
Copy link
Contributor

@baskrahmer baskrahmer commented Jul 2, 2025

What does this PR do?

Fixes #20200

Still need to update changelog


📚 Documentation preview 📚: https://pytorch-lightning--20960.org.readthedocs.build/en/20960/

@github-actions github-actions bot added pl Generic label for PyTorch Lightning package has conflicts labels Jul 2, 2025
@baskrahmer baskrahmer changed the title Fix/save last checkpoint Fix save_last behavior in absence of validation Jul 2, 2025
@baskrahmer baskrahmer marked this pull request as ready for review July 2, 2025 21:58
@Borda Borda mentioned this pull request Aug 8, 2025
@Borda Borda merged commit 72bb751 into Lightning-AI:master Aug 8, 2025
85 checks passed
Borda pushed a commit that referenced this pull request Aug 13, 2025
* Implement test to reproduce the issue
* Implement fix
* chlog

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <[email protected]>
Co-authored-by: Jirka B <[email protected]>

(cherry picked from commit 72bb751)
Borda pushed a commit that referenced this pull request Aug 13, 2025
* Implement test to reproduce the issue
* Implement fix
* chlog

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <[email protected]>
Co-authored-by: Jirka B <[email protected]>

(cherry picked from commit 72bb751)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pl Generic label for PyTorch Lightning package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ModelCheckpoint Callback not working/saving unless save_on_train_epoch_end is enabled True which considerably slows down training
2 participants