SainsburyWellcomeCentre / crabs-exploration

A toolkit for detecting and tracking crabs in the field.
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Avoid duplication of MLflow experiments in array jobs #247

Open sfmig opened 1 week ago

sfmig commented 1 week ago

When running a training or evaluation array job with a new MLflow experiment name, there is a race between the first few jobs in the array, and a couple of experiments with that name will be created.

I need to look into it, and see if it's possible to avoid this by: