NN-UNet
#7191
Replies: 1 comment 6 replies
-
Hi @iffthomas, for how to run nnunet, you can refer to this tutorial. MONAI/monai/apps/nnunet/nnunetv2_runner.py Line 957 in 2658b00 MONAI/monai/apps/nnunet/nnunetv2_runner.py Line 559 in 2658b00 If you use the run command, it will run all the configs by default. Hope it helps, thanks! |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, Thank you for implementing an nnUnet api for monai.
I'm currently playing around with your implementation.
I'm curious if there exist a possiblity to change the trainer_class_name to nnUNetTrainer_250epoch while only training for the 2D case on all folds I have (I've got 5).
what would be a suitable approach to achieve this?
I've tried adding --config "2d" that my command would look like this
python -m monai.apps.nnunet nnUNetV2Runner run --input_config='./input.yaml' --trainer_class_name nnUNetTrainer_1epoch --config "2d"
Beta Was this translation helpful? Give feedback.
All reactions