Skip to content

[dask] Convert dask bags to arrays more efficiently

Amir MOHAMMADI requested to merge dask-bag-to-array into master

Most inefficiencies were coming from that fact that we were creating a dask array with each sample as a separate chunk.

Edited by Amir MOHAMMADI

Merge request reports