-
Notifications
You must be signed in to change notification settings - Fork 735
[BUG] Solve the unpickling error in weight Loading #2000
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
base: main
Are you sure you want to change the base?
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2000 +/- ##
=======================================
Coverage ? 86.98%
=======================================
Files ? 160
Lines ? 9476
Branches ? 0
=======================================
Hits ? 8243
Misses ? 1233
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
hm, not yet, right? |
|
Yes, this PR is incomplete until we find a way to pass |
|
would overriding |
There is an Unpickling Error in weight loading of
pytorch-forecasting-v1because the weights are not loaded correctly.The issue seems to be something related to torch which is leading to fail in CI/CD pipeline.
The issue surfaced after the latest
lightningupdate where they exposed theweights_onlyparam and lettorchhandle it itself.Fixes #1998