How to train all 5 folds sequentially by one single command? #1297
-
Hi, how can the training for all 5 folds can be initialized by one single command?
I tried the following command:
I am sure there is a simple answere but I couldn´t figure out / haven´t found it Thanks for your help! Best, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
nnUNet_train 3d_fullres nnUNetTrainerV2 501 0 && nnUNet_train 3d_fullres nnUNetTrainerV2 501 1 && nnUNet_train 3d_fullres nnUNetTrainerV2 501 2 && nnUNet_train 3d_fullres nnUNetTrainerV2 501 3 && nnUNet_train 3d_fullres nnUNetTrainerV2 501 4 That should do it |
Beta Was this translation helpful? Give feedback.
-
I am assuming you plan to train one fold after the other, this is what my answer does. If you want to run them in parallel, you need to assign them different GPUs |
Beta Was this translation helpful? Give feedback.
I am assuming you plan to train one fold after the other, this is what my answer does. If you want to run them in parallel, you need to assign them different GPUs