Project-MONAI / tutorials

MONAI Tutorials
https://monai.io/started.html
Apache License 2.0
1.85k stars 681 forks source link

Cross fold validation #902

Closed Jamshidhsp closed 2 years ago

Jamshidhsp commented 2 years ago

Hi, Thanks for your great project. Is there any option available for k-fold validation during the training?

wyli commented 2 years ago

yes, please see https://github.com/Project-MONAI/tutorials/blob/main/modules/cross_validation_models_ensemble.ipynb

Jamshidhsp commented 2 years ago

Thank you for your answer. It is very useful. But I was wondering if this method is implemented in BTCV, UNETR code development?