Skip to content

Commit 5422368

Browse files
Update docstring in get_nnunet_trainer for better readability of supported trainer link
1 parent a346719 commit 5422368

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

monai/apps/nnunet/nnunet_bundle.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ def get_nnunet_trainer(
8383
The fold number or 'all' for cross-validation.
8484
trainer_class_name : str, optional
8585
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
86+
For a complete list of supported trainers:
87+
https://github.com/MIC-DKFZ/nnUNet/tree/master/nnunetv2/training/nnUNetTrainer/variants
8788
plans_identifier : str, optional
8889
Identifier for the plans to be used. Default is 'nnUNetPlans'.
8990
use_compressed_data : bool, optional

0 commit comments

Comments
 (0)