From 520e749402795ad00f025c70430115c3b8c7f6ca Mon Sep 17 00:00:00 2001 From: Fabian Isensee Date: Wed, 16 Oct 2024 12:55:11 +0200 Subject: [PATCH] correct incorrect plans name --- documentation/competitions/Toothfairy2/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.