Skip to content

Commit

Permalink
Fixed typo in nnUNetTrainer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils-ChristianIseke authored Oct 14, 2023
1 parent de48541 commit ef53a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nnunetv2/training/nnUNetTrainer/nnUNetTrainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ef53a97

Please sign in to comment.