Skip to content

Commit f74a39c

Browse files
Merge branch '8328-nnunet-bundle-integration' of https://github.com/SimoneBendazzoli93/MONAI into 8328-nnunet-bundle-integration
2 parents 8e510e1 + 782f1fd commit f74a39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/apps/nnunet/nnunet_bundle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def __init__(self, predictor: object, model_folder: Union[str, Path], model_name
236236
predictor.label_manager = plans_manager.get_label_manager(dataset_json) # type: ignore
237237
if ("nnUNet_compile" in os.environ.keys()) and (os.environ["nnUNet_compile"].lower() in ("true", "1", "t")):
238238
print("Using torch.compile")
239-
# End Block
239+
# End Block
240240
self.network_weights = self.predictor.network # type: ignore
241241

242242
def forward(self, x: MetaTensor) -> MetaTensor:

0 commit comments

Comments
 (0)