dchaley / deepcell-imaging

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

Add model_path and model_hash arguments to run-multistep-job #270

Closed dchaley closed 2 months ago

dchaley commented 2 months ago

We need to be able to specify the model path & hash, to customize where to pull the model from. This adds those to the multistep job wrapper, as well as to the individual predict.py step.

Also, fixes a bug in reporting the input file id.

Paired with @WeihaoGe1009