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 5c82022 commit 160072aCopy full SHA for 160072a
src/napari_cellseg3d/model_workers.py
@@ -184,8 +184,8 @@ def inference(self):
184
185
images_dict = self.create_inference_dict(self.images_filepaths)
186
187
- if self.device =="cuda": # TODO : fix mem alloc
188
- torch.backends.cudnn.benchmark = False
+ # if self.device =="cuda": # TODO : fix mem alloc, this does not work it seems
+ # torch.backends.cudnn.benchmark = False
189
190
# TODO : better solution than loading first image always ?
191
data_check = LoadImaged(keys=["image"])(images_dict[0])
0 commit comments