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

Planning persistence of inference results without pickle/dill #31

Open
3 tasks
lumip opened this issue Sep 26, 2022 · 0 comments
Open
3 tasks

Planning persistence of inference results without pickle/dill #31

lumip opened this issue Sep 26, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@lumip
Copy link
Member

lumip commented Sep 26, 2022

Pickle/dill can be notoriously finicky. We do not want to rely on them for storing inference results. Need to find or implement an alternative.
Rough steps:

  • requirement analysis of what we need to persist (at least: model metadata (regular python data structures), numpy arrays, user defined executables?)
  • research available persistence libraries
  • define implementation steps
@lumip lumip added the enhancement New feature or request label Sep 26, 2022
@lumip lumip modified the milestone: twinify-v2.0.0 Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants