peng-lab/BaSiCPy

Make sure package is built with dask compatibility

Closed this issue · 5 comments

Make sure package is built with dask compatibility

I think this will be useful for lazy-loading dataset we discussed. With dask compatibility, we might even not need our custom image loading functionality.

jax-ml/jax#395
It seems that JAX needs the data to be on-memory for now.

For transform, we can definitely make it compatible with dask.

I think transform will be dask compatible with #80.

done in #80