You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: monai/apps/nnunet/nnunet_bundle.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,8 @@ def get_nnunet_trainer(
82
82
fold : Union[int, str]
83
83
The fold number or 'all' for cross-validation.
84
84
trainer_class_name : str, optional
85
-
The class name of the trainer to be used. Default is 'nnUNetTrainer'.
85
+
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
86
87
plans_identifier : str, optional
87
88
Identifier for the plans to be used. Default is 'nnUNetPlans'.
0 commit comments