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 f74a39c commit 8854557Copy full SHA for 8854557
monai/apps/nnunet/nnunet_bundle.py
@@ -82,7 +82,7 @@ def get_nnunet_trainer(
82
fold : Union[int, str]
83
The fold number or 'all' for cross-validation.
84
trainer_class_name : str, optional
85
- The class name of the trainer to be used. Default is 'nnUNetTrainer'.
+ The class name of the trainer to be used. Default is 'nnUNetTrainer'.
86
For a complete list of supported trainers, see https://github.com/MIC-DKFZ/nnUNet/tree/master/nnunetv2/training/nnUNetTrainer/variants
87
plans_identifier : str, optional
88
Identifier for the plans to be used. Default is 'nnUNetPlans'.
0 commit comments