Skip to content

Commit f109889

Browse files
committed
Update worker_training.py
1 parent 899b3bd commit f109889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

napari_cellseg3d/code_models/worker_training.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ def get_loader_func(num_samples):
666666
.astype(np.uint16),
667667
]
668668
)
669-
[np.squeeze(vol) for vol in checkpoint_output]
669+
# [np.squeeze(vol) for vol in checkpoint_output]
670670

671671
metric = dice_metric.aggregate().detach().item()
672672
dice_metric.reset()

0 commit comments

Comments
 (0)