[ENH] Fix model caching at refit and checkpointing in v2 - #2350
[ENH] Fix model caching at refit and checkpointing in v2#2350Faakhir30 wants to merge 18 commits into
Conversation
Signed-off-by: Faakhir30 <zahidfaakhir@gmail.com>
…s passed metadata Signed-off-by: Faakhir30 <zahidfaakhir@gmail.com>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2350 +/- ##
=======================================
Coverage ? 87.31%
=======================================
Files ? 172
Lines ? 10345
Branches ? 0
=======================================
Hits ? 9033
Misses ? 1312
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
phoeenniixx
left a comment
There was a problem hiding this comment.
Will it make sense to stack this on #2323 ?
Only thing overlapping is just different place to read checkpoint metadata, concept of rebuilding model/validating metadata for checkpoint will stay the same. afaik While solving merge conflicts: we will have to read from |
I see, but still I think we should stack these PRs, this will help me review as well - based on the new |
…h-forecasting into fix_model_caching
Signed-off-by: Faakhir30 <zahidfaakhir@gmail.com>
Signed-off-by: Faakhir30 <zahidfaakhir@gmail.com>
|
Reference Issues/PRs
Fixes #2338
What does this implement/fix? Explain your changes.
fitOther Alternative
Did you add any tests for the change?
Yes
PR checklist
pre-commit install.To run hooks independent of commit, execute
pre-commit run --all-files