From 3a016a01bd01ff558c0a74e9d1006c99daccd9a3 Mon Sep 17 00:00:00 2001 From: YunLiu <55491388+KumoLiu@users.noreply.github.com> Date: Fri, 22 Mar 2024 04:35:42 +0800 Subject: [PATCH] Fix broken link in swin_unetr_btcv_segmentation_3d (#1674) Fixes #1672 ### Checks - [ ] Avoid including large-size files in the PR. - [ ] Clean up long text outputs from code cells in the notebook. - [ ] For security purposes, please check the contents and remove any sensitive info such as user names and private key. - [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use relative paths for tutorial repo files (3) put figure and graphs in the `./figure` folder - [ ] Notebook runs automatically `./runner.sh -t ` Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com> --- 3d_segmentation/swin_unetr_btcv_segmentation_3d.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3d_segmentation/swin_unetr_btcv_segmentation_3d.ipynb b/3d_segmentation/swin_unetr_btcv_segmentation_3d.ipynb index be276e337f..145063482d 100644 --- a/3d_segmentation/swin_unetr_btcv_segmentation_3d.ipynb +++ b/3d_segmentation/swin_unetr_btcv_segmentation_3d.ipynb @@ -100,7 +100,7 @@ "\n", "![image](https://lh3.googleusercontent.com/pw/AM-JKLVLgduGZ9naCSasWg09U665NBdd3UD4eLTy15wJiwbmKLS_p5WSZ2MBcRePEJO2tv9X3TkC52MsbnomuPy5JT3vSVeCji1MOEuAzcsxily88TdbHuAt6PzccefwKupbXyOCumK5hzz5Ul38kZnlEQ84=w397-h410-no?authuser=2)\n", "\n", - "Please download the pre-trained weights from this [link](../figures/swin.png) and place it in the root directory of this tutorial. \n", + "Please download the pre-trained weights from this [link](https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/model_swinvit.pt) and place it in the root directory of this tutorial. \n", "\n", "If training from scratch is desired, please skip the step for initializing from pre-trained weights. " ]