Skip to content
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

Error pickling when doing checkpoints #1680

Open
spartanjoax opened this issue Jan 31, 2025 · 0 comments
Open

Error pickling when doing checkpoints #1680

spartanjoax opened this issue Jan 31, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@spartanjoax
Copy link

spartanjoax commented Jan 31, 2025

🐛 Describe the bug
The checkpoint plugin is giving an error when saving a checkpoint, in the dill library: TypeError: cannot pickle 'ConfigModuleInstance' object

Python version: 3.11.10
Dill version: 0.3.9

🐜 To Reproduce
The error can be reproduced by simply running the unit tests on the library:

FAST_TEST=True python -m unittest discover tests -v

🐝 Expected behavior
It is expected for the checkpoints to work.

@spartanjoax spartanjoax added the bug Something isn't working label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant