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 91b539d commit ea11dbdCopy full SHA for ea11dbd
napari_cellseg3d/model_workers.py
@@ -674,8 +674,6 @@ def inference(self):
674
torch.set_num_threads(1) # required for threading on macOS ?
675
self.log("Number of threads has been set to 1 for macOS")
676
677
- # images_dict = self.create_inference_dict(self.images_filepaths)
678
-
679
# if self.device =="cuda": # TODO : fix mem alloc, this does not work it seems
680
# torch.backends.cudnn.benchmark = False
681
0 commit comments