diff --git a/nnunetv2/training/nnUNetTrainer/nnUNetTrainer.py b/nnunetv2/training/nnUNetTrainer/nnUNetTrainer.py index 57aa904b2..a7d067582 100644 --- a/nnunetv2/training/nnUNetTrainer/nnUNetTrainer.py +++ b/nnunetv2/training/nnUNetTrainer/nnUNetTrainer.py @@ -267,7 +267,7 @@ def build_network_architecture(plans_manager: PlansManager, num_input_channels, enable_deep_supervision: bool = True) -> nn.Module: """ - his is where you build the architecture according to the plans. There is no obligation to use + This is where you build the architecture according to the plans. There is no obligation to use get_network_from_plans, this is just a utility we use for the nnU-Net default architectures. You can do what you want. Even ignore the plans and just return something static (as long as it can process the requested patch size)