-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Description
Has anyone compared nnU-Net trained as a single model on 100% of the training data vs. the default 5-fold CV ensemble (5×80%)? I wonder how much accuracy is actually lost or gained, given the big inference speed advantage of using just one model.
I expect CV ensembles to help on small datasets by stabilizing hyperparameter choices, but on very large datasets you probably don’t need to hold out 20% for validation. In that scenario the benefit should vanish, and a single model would be much faster to train and for inference. Any benchmarks or experience with this?
Metadata
Metadata
Assignees
Labels
No labels