Replies: 3 comments 2 replies
-
You only need to run
This is correct |
Beta Was this translation helpful? Give feedback.
-
I have a question here.
|
Beta Was this translation helpful? Give feedback.
-
Hi @Jun-electrophysiology , there is no one command to run all of the folds because it is best to run them at the same time, each on a separate GPU. If you want to run them all at once you can just paste these commands in a shell script and run that instead |
Beta Was this translation helpful? Give feedback.
-
Hi Fabian
unfortunately, I didn't understand 5-fold cross-validation well.
for the sake of 5-fold cross-validation I did this:
I ran below command just once:
!nnUNet_plan_and_preprocess -t 1
and after that I ran training command 5 time for creating each fold's mode like this:
!nnUNet_train 3d_fullres nnUNetTrainerV2 1 0 --npz
!nnUNet_train 3d_fullres nnUNetTrainerV2 1 1 --npz
!nnUNet_train 3d_fullres nnUNetTrainerV2 1 2 --npz
!nnUNet_train 3d_fullres nnUNetTrainerV2 1 3 --npz
!nnUNet_train 3d_fullres nnUNetTrainerV2 1 4 --npz
Is this correct?
should I run "nnUNet_plan_and_preprocess" before every training command?
Beta Was this translation helpful? Give feedback.
All reactions