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.
1 parent 899b3bd commit f109889Copy full SHA for f109889
napari_cellseg3d/code_models/worker_training.py
@@ -666,7 +666,7 @@ def get_loader_func(num_samples):
666
.astype(np.uint16),
667
]
668
)
669
- [np.squeeze(vol) for vol in checkpoint_output]
+ # [np.squeeze(vol) for vol in checkpoint_output]
670
671
metric = dice_metric.aggregate().detach().item()
672
dice_metric.reset()
0 commit comments