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

Support data that is not a numpy array #5

Closed
jhueckelheim opened this issue May 19, 2017 · 1 comment
Closed

Support data that is not a numpy array #5

jhueckelheim opened this issue May 19, 2017 · 1 comment

Comments

@jhueckelheim
Copy link

The checkpoint storage in pyrevolve is a big numpy array, and the "pointers" that are given to checkpoint.save(ptr) and checkpoint.load(ptr) are in fact slices of that numpy array. A user who needs to store data that is not numpy will be out of luck. Not sure if this is really a problem in need of a fix, unless someone wants to do mixed-precision computing or checkpoint non-floating-point data. Open for discussion.

@navjotk
Copy link
Member

navjotk commented Aug 14, 2019

I believe we have addressed this in the latest release since the compressed data is no longer a numpy array.

@navjotk navjotk closed this as completed Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants