Skip to content

Commit eb4cb87

Browse files
committed
fix font for an nnunet command
1 parent e815142 commit eb4cb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_start_guides/use_contrast_agnostic_weights_with_nnUNet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ nnUNetv2_train <dataset_name_or_id> <configuration> <fold> -pretrained_weights <
3434

3535
> [!IMPORTANT]
3636
> * Training/finetuning with contrast-agnostic weights only works when for 3D nnUNet models.
37-
> * Ensure that all images are in the RPI orientation before running nnUNetv2_plan_and_preprocess. This is because the updated `patch_size` refers to patches in RPI orientation (if images are in different orientation, then the patch size might be sub-optimal).
37+
> * Ensure that all images are in the RPI orientation before running `nnUNetv2_plan_and_preprocess`. This is because the updated `patch_size` refers to patches in RPI orientation (if images are in different orientation, then the patch size might be sub-optimal).
3838
> * Ensure that `X` in `nnUNetTrainer_Xepochs` is set to a lower value than 1000. The idea is the finetuning does not require as many epochs as training from scratch because the contrast-agnostic model has already been trained on a lot of spinal cord images (so it might not require 1000 epochs to converge).
3939

0 commit comments

Comments
 (0)