Skip to content

Instantly share code, notes, and snippets.

@aneesha
Created June 6, 2018 09:13
Show Gist options
  • Save aneesha/6585bfd5db6837239efa428bb14b3ffc to your computer and use it in GitHub Desktop.
Save aneesha/6585bfd5db6837239efa428bb14b3ffc to your computer and use it in GitHub Desktop.
import h5py
f = h5py.File('myhdf5file.hdf5')
dset = f['/data/path']
import dask.array as da
x = da.from_array(dset, chunks=(5000, 5000))
@czlsws163
Copy link

Thanks for your share. Would you mind to share your data set "myhdf5file.hdf5".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment