Hi!
We don’t have a built-in H5 loader, so you can either use Dataset.from_generator
to load the data or Dataset.from_dict
/Dataset.from_pandas
if the data is small enough to fit in memory
Hi!
We don’t have a built-in H5 loader, so you can either use Dataset.from_generator
to load the data or Dataset.from_dict
/Dataset.from_pandas
if the data is small enough to fit in memory