Skip to content

Commit fed603b

Browse files
DCO Remediation Commit for Simone Bendazzoli <[email protected]>
I, Simone Bendazzoli <[email protected]>, hereby add my Signed-off-by to this commit: 7d60fd7 I, Simone Bendazzoli <[email protected]>, hereby add my Signed-off-by to this commit: 3b13218 I, Simone Bendazzoli <[email protected]>, hereby add my Signed-off-by to this commit: fbf6105 I, Simone Bendazzoli <[email protected]>, hereby add my Signed-off-by to this commit: d1035ca I, Simone Bendazzoli <[email protected]>, hereby add my Signed-off-by to this commit: 47798af I, Simone Bendazzoli <[email protected]>, hereby add my Signed-off-by to this commit: 0578b22 I, Simone Bendazzoli <[email protected]>, hereby add my Signed-off-by to this commit: 6d3fb0c Signed-off-by: Simone Bendazzoli <[email protected]>
1 parent 6d3fb0c commit fed603b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

monai/apps/nnunet/nnunet_bundle.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,7 @@ def get_nnunet_trainer(
119119
from nnunetv2.run.run_training import get_trainer_from_args, maybe_load_checkpoint
120120

121121
nnunet_trainer = get_trainer_from_args(
122-
str(dataset_name_or_id),
123-
configuration,
124-
fold,
125-
trainer_class_name,
126-
plans_identifier,
127-
device=torch.device(device),
122+
str(dataset_name_or_id), configuration, fold, trainer_class_name, plans_identifier, device=torch.device(device)
128123
)
129124
if disable_checkpointing:
130125
nnunet_trainer.disable_checkpointing = disable_checkpointing

0 commit comments

Comments
 (0)