Skip to content

Commit ea11dbd

Browse files
committed
Comment removal
1 parent 91b539d commit ea11dbd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

napari_cellseg3d/model_workers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -674,8 +674,6 @@ def inference(self):
674674
torch.set_num_threads(1) # required for threading on macOS ?
675675
self.log("Number of threads has been set to 1 for macOS")
676676

677-
# images_dict = self.create_inference_dict(self.images_filepaths)
678-
679677
# if self.device =="cuda": # TODO : fix mem alloc, this does not work it seems
680678
# torch.backends.cudnn.benchmark = False
681679

0 commit comments

Comments
 (0)