Skip to content

Commit 8e37e53

Browse files
committed
link and skipping tests
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
1 parent 562491c commit 8e37e53

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ Training, evaluation and inference examples of 3D segmentation based on UNet3D a
8888
The examples are standard PyTorch programs and have both dictionary-based and array-based versions.
8989
#### [brats_segmentation_3d](./3d_segmentation/brats_segmentation_3d.ipynb)
9090
This tutorial shows how to construct a training workflow of multi-labels segmentation task based on [MSD Brain Tumor dataset](http://medicaldecathlon.com).
91+
#### [spleen_segmentation_3d_aim](./3d_segmentation/spleen_segmentation_3d_visualization_basic.ipynb)
92+
This notebook shows how MONAI may be used in conjunction with the [`aimhubio/aim`](https://github.com/aimhubio/aim).
9193
#### [spleen_segmentation_3d_lightning](./3d_segmentation/spleen_segmentation_3d_lightning.ipynb)
9294
This notebook shows how MONAI may be used in conjunction with the [PyTorch Lightning](https://github.com/PyTorchLightning/pytorch-lightning) framework.
9395
#### [spleen_segmentation_3d](./3d_segmentation/spleen_segmentation_3d.ipynb)

runner.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ pattern="-and -name '*' -and ! -wholename '*federated_learning*'\
6666
-and ! -wholename '*profiling_train_base_nvtx*'\
6767
-and ! -wholename '*cats_and_dogs*'\
6868
-and ! -wholename '*benchmark_global_mutual_information*'\
69+
-and ! -wholename '*spleen_segmentation_3d_visualization_basic*'\
6970
-and ! -wholename '*deep_atlas_tutorial*'"
7071
kernelspec="python3"
7172

0 commit comments

Comments
 (0)