dchaley / deepcell-imaging

Tools & guidance to scale DeepCell imaging on Google Cloud Batch
8 stars 2 forks source link

Refactor data as pointers #175

Closed dchaley closed 6 months ago

dchaley commented 6 months ago

Currently, the array data is handled as a memory view. Unfortunately these hard-code the number of dimensions.

To support n-dimensional work #118 let's first refactor from memory views to pointers.