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 a346719 commit 5422368Copy full SHA for 5422368
monai/apps/nnunet/nnunet_bundle.py
@@ -83,7 +83,8 @@ def get_nnunet_trainer(
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'.
86
- For a complete list of supported trainers: https://github.com/MIC-DKFZ/nnUNet/tree/master/nnunetv2/training/nnUNetTrainer/variants
+ For a complete list of supported trainers:
87
+ https://github.com/MIC-DKFZ/nnUNet/tree/master/nnunetv2/training/nnUNetTrainer/variants
88
plans_identifier : str, optional
89
Identifier for the plans to be used. Default is 'nnUNetPlans'.
90
use_compressed_data : bool, optional
0 commit comments