We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f3b265 + d9626e4 commit 6418e7cCopy full SHA for 6418e7c
flamingo_tools/segmentation/unet_prediction.py
@@ -575,6 +575,8 @@ def run_unet_prediction_slurm(
575
"""
576
os.makedirs(output_folder, exist_ok=True)
577
prediction_instances = int(prediction_instances)
578
+ if isinstance(scale, str):
579
+ scale = float(scale)
580
slurm_task_id = os.environ.get("SLURM_ARRAY_TASK_ID")
581
582
if s3 is not None:
0 commit comments