diff --git a/Toolbox/Models/UNET.qmd b/Toolbox/Models/UNET.qmd index d8fa5f965..a442960a8 100644 --- a/Toolbox/Models/UNET.qmd +++ b/Toolbox/Models/UNET.qmd @@ -47,7 +47,7 @@ U-Net has been pivotal in advancing image segmentation since its introduction in ## Model Playground #### Tutorials and Getting Started Notebooks -- [**nnU-Net**]: Scroll down on the [nnU-Net GitHub README]((https://github.com/MIC-DKFZ/nnUNet)) for documentation on installing, finetuning, and more. +- **nnU-Net**: Scroll down on the [nnU-Net GitHub README]((https://github.com/MIC-DKFZ/nnUNet)) for documentation on installing, finetuning, and more. #### High-Level Tips for Effective Use - **Pre-trained Encoders**: Consider using pre-trained encoders from models like ResNet or EfficientNet to improve performance.