Skip to content

Commit c7eb750

Browse files
authored
Fix typo in nnunet (#1564)
Fixes #Project-MONAI/MONAI#7192 ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [ ] Avoid including large-size files in the PR. - [ ] Clean up long text outputs from code cells in the notebook. - [ ] For security purposes, please check the contents and remove any sensitive info such as user names and private key. - [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use relative paths for tutorial repo files (3) put figure and graphs in the `./figure` folder - [ ] Notebook runs automatically `./runner.sh -t <path to .ipynb file>` Signed-off-by: KumoLiu <[email protected]>
1 parent 0838cd6 commit c7eb750

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

nnunet/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@ python -m monai.apps.nnunet nnUNetV2Runner run --input_config='./input.yaml' --t
9292
The supported `trainer_class_name` are:
9393
- nnUNetTrainer (default)
9494
- nnUNetTrainer_1epoch
95-
- nnUNetTrainer_5epoch
96-
- nnUNetTrainer_10epoch
97-
- nnUNetTrainer_20epoch
98-
- nnUNetTrainer_50epoch
99-
- nnUNetTrainer_100epoch
100-
- nnUNetTrainer_250epoch
101-
- nnUNetTrainer_2000epoch
102-
- nnUNetTrainer_4000epoch
103-
- nnUNetTrainer_8000epoch
95+
- nnUNetTrainer_5epochs
96+
- nnUNetTrainer_10epochs
97+
- nnUNetTrainer_20epochs
98+
- nnUNetTrainer_50epochs
99+
- nnUNetTrainer_100epochs
100+
- nnUNetTrainer_250epochs
101+
- nnUNetTrainer_2000epochs
102+
- nnUNetTrainer_4000epochs
103+
- nnUNetTrainer_8000epochs
104104

105105
### Run nnU-Net modules using ```nnUNetV2Runner```
106106

0 commit comments

Comments
 (0)