Replies: 1 comment
-
Hi! Currently, a dataset script is required to generate a dataset from an h5 file. Also, adding an h5 loader to `datasets is an open issue: #3113. I just haven't had time to work on it yet. |
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
-
Suppose I have a h5 file consisting of two datasets:
array
andmetadata
. Their names are pretty descriptive. In themetadata
dataset I have all the labels and metadata for an array of the same index.And the array is a np.float32 matrix of
N * C * H * W
.How can I load this into huggingface dataset? I've seen HF's dataset speeding up data processing pipelines by a considerable margin. I want to use that.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions