Skip to content

Commit

Permalink
Fix docu of move_plans_between_datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
mrokuss committed May 28, 2024
1 parent f21713c commit ff9dda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/pretraining_and_finetuning.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff9dda8

Please sign in to comment.