Replies: 1 comment
-
Apparently there is a good example for this: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all
I store a flattened n-dimensional array within a 1D vector. Is it feasible to write this 1D vector as an n-dimensional array to an HDF5 file? I am hesitant to create a new n-dimensional array and duplicate the data, as this approach is not memory-efficient. when I attempt something like:
the program throws an exception:
what(): Impossible to write buffer of dimensions [ 30, 100000, 1, 1] into dataset with n = 1 dimensions.
Can anyone advice?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions