dchaley / deepcell-imaging

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

Use renamed h5 not .keras (it's actually hdf5) #277

Closed dchaley closed 3 months ago

dchaley commented 3 months ago

The .keras format didn't come out until 2.12 (maybe later). So, it was implicitly saving as HDF5. Whoops.

I renamed the file on storage, this follows up to adjust the default.

Follow up to #276