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 88a28d2 commit 8e510e1Copy full SHA for 8e510e1
monai/apps/nnunet/nnunet_bundle.py
@@ -82,7 +82,8 @@ 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'.
89
use_compressed_data : bool, optional
0 commit comments