dchaley / deepcell-imaging

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

Fixing type inference & n dimensions #194

Closed dchaley closed 3 months ago

dchaley commented 3 months ago

The main fix in this PR is hand-rolling the type casts from the first commit. Previously it was going through the python type system meaning that there aren't 2 kinds of ints, floats, etc.

Then I got sidetracked into performance tuning b/c some of the numbers surprised me. I need to clean this up, but am going to checkpoint now rather than make 2 prs etc.