nnUNet
nnUNet copied to clipboard
What does it mean to find the best configuration in the 5-fold cross-validation under the 3d_fullres configuration?
When I use this command nnUNetv2_find_best_configuration DATASET_NAME_OR_ID -c 3d_fullres,
because I don't know much about his theoretical knowledge, I don't know what he means to decide the best configuration. May I ask what is his theoretical knowledge?
This command uses the 5-fold cross validation to determine which if the configurations among the ones given with -c is the best. It also checks for possible ensembles and will configure the postprocessing. I recommend you take a look at the paper & documentation if you need more information
Hi While I am running this getting this error: Traceback (most recent call last): File "/home/msadi002/envs/nnUnet2/lib/python3.10/site-packages/nnunetv2/evaluation/evaluate_predictions.py", line 26, in key_to_label_or_region return int(key) ValueError: invalid literal for int() with base 10: '(3,)'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/msadi002/envs/nnUnet2/bin/nnUNetv2_find_best_configuration", line 8, in
Hey,
which command are you running precisely so I can try to reproduce the problem?
Cheers Ole Johannsen