From ff9dda8558ded10806d9f6d104002d7033543c0b Mon Sep 17 00:00:00 2001 From: m574s Date: Tue, 28 May 2024 10:54:12 +0200 Subject: [PATCH] Fix docu of move_plans_between_datasets --- documentation/pretraining_and_finetuning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/pretraining_and_finetuning.md b/documentation/pretraining_and_finetuning.md index 0d6d8226c..1049f19d2 100644 --- a/documentation/pretraining_and_finetuning.md +++ b/documentation/pretraining_and_finetuning.md @@ -38,7 +38,7 @@ nnUNetv2_extract_fingerprint -d SOURCE_DATASET Now we can take the plans from the target dataset and transfer it to the source: ```bash -nnUNetv2_move_plans_between_datasets -s TARGET_DATASET -t SOURCE_DATASET -sp SOURCE_PLANS_IDENTIFIER -tp TARGET_PLANS_IDENTIFIER +nnUNetv2_move_plans_between_datasets -s SOURCE_DATASET -t TARGET_DATASET -sp SOURCE_PLANS_IDENTIFIER -tp TARGET_PLANS_IDENTIFIER ``` `SOURCE_PLANS_IDENTIFIER` is hereby probably nnUNetPlans unless you changed the experiment planner in