When using !nnUNetv2_find_best_configuration 101 -c 3d_fullres it gives me runtime error:
RuntimeError: fold 0 of model /nnUNet_results/Dataset101_SEL/nnUNetTrainernnUNetPlans3d_fullres is missing. Please train it!
Actually I have all the folders.
I used this command 5 times to train 0-4 folds:
!nnUNetv2_train Dataset101_SEL 3d_fullres 0 -tr nnUNetTrainer_10epochs --npz
are the corresponding files present in /nnUNet_results/Dataset101_SEL/nnUNetTrainernnUNetPlans3d_fullres ? maybe its a problem with the respective folders?
Hello,
When using !nnUNetv2_find_best_configuration 101 -c 3d_fullres it gives me runtime error: RuntimeError: fold 0 of model /nnUNet_results/Dataset101_SEL/nnUNetTrainernnUNetPlans3d_fullres is missing. Please train it!
Actually I have all the folders. I used this command 5 times to train 0-4 folds: !nnUNetv2_train Dataset101_SEL 3d_fullres 0 -tr nnUNetTrainer_10epochs --npz
Thank you