You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 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:
🐛 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:
🐝 Expected behavior
It is expected for the checkpoints to work.
The text was updated successfully, but these errors were encountered: