diff --git a/documentation/competitions/Toothfairy2/readme.md b/documentation/competitions/Toothfairy2/readme.md index 647917c21..311a40251 100644 --- a/documentation/competitions/Toothfairy2/readme.md +++ b/documentation/competitions/Toothfairy2/readme.md @@ -178,8 +178,8 @@ it to make effective use of the larger input We train two models on all training cases: ```bash -nnUNetv2_train 119 3d_fullres_torchres_ps160x320x320_bs2 all -p nnUNetResEncUNetLPlans -tr nnUNetTrainer_onlyMirror01_1500ep -nnUNet_results=${nnUNet_results}_2 nnUNetv2_train 119 3d_fullres_torchres_ps160x320x320_bs2 all -p nnUNetResEncUNetLPlans -tr nnUNetTrainer_onlyMirror01_1500ep +nnUNetv2_train 119 3d_fullres_torchres_ps160x320x320_bs2 all -p nnUNetResEncUNetLPlans_torchres -tr nnUNetTrainer_onlyMirror01_1500ep +nnUNet_results=${nnUNet_results}_2 nnUNetv2_train 119 3d_fullres_torchres_ps160x320x320_bs2 all -p nnUNetResEncUNetLPlans_torchres -tr nnUNetTrainer_onlyMirror01_1500ep ``` Models are trained from scratch.