Skip to content

Commit

Permalink
fix MONAI#7192
Browse files Browse the repository at this point in the history
Signed-off-by: KumoLiu <[email protected]>
  • Loading branch information
KumoLiu committed Nov 3, 2023
1 parent 0838cd6 commit 55913ef
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions nnunet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ python -m monai.apps.nnunet nnUNetV2Runner run --input_config='./input.yaml' --t
The supported `trainer_class_name` are:
- nnUNetTrainer (default)
- nnUNetTrainer_1epoch
- nnUNetTrainer_5epoch
- nnUNetTrainer_10epoch
- nnUNetTrainer_20epoch
- nnUNetTrainer_50epoch
- nnUNetTrainer_100epoch
- nnUNetTrainer_250epoch
- nnUNetTrainer_2000epoch
- nnUNetTrainer_4000epoch
- nnUNetTrainer_8000epoch
- nnUNetTrainer_5epochs
- nnUNetTrainer_10epochs
- nnUNetTrainer_20epochs
- nnUNetTrainer_50epochs
- nnUNetTrainer_100epochs
- nnUNetTrainer_250epochs
- nnUNetTrainer_2000epochs
- nnUNetTrainer_4000epochs
- nnUNetTrainer_8000epochs

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

Expand Down

0 comments on commit 55913ef

Please sign in to comment.