Does the five fold CV is necessary for precision? #520
-
Hi, if I'm interested only in the 3D fullres setting, is it necessary to run all the 5-folds? I mean, will the model predict better after I've ran all the 5-folds vs. if I ran only the first fold? If yes, what is the file that keeps the weights etc. in it? Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Answered by
FabianIsensee
Feb 16, 2021
Replies: 1 comment 3 replies
-
Hi, tldr: nnUNet_train 3d_fullres nnUNetTrainerV2 TASKID all
nnUNet_predict -i XXX -o YYY -t TASKID -f all -m 3d_fullres Best, |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
FabianIsensee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
please read the common questions documentation. It's in there :-)
https://github.com/MIC-DKFZ/nnUNet/blob/master/documentation/common_questions.md#do-i-need-to-always-run-all-u-net-configurations
tldr:
Best,
Fabian