Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Li <[email protected]>
  • Loading branch information
wyli authored Oct 25, 2023
2 parents 18c4f81 + 7fe6568 commit c68197e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Start the tutorial notebooks on constructing bundles:
2. [MedNIST Classification](./02_mednist_classification.ipynb): train a network using the bundle for doing a real task.
3. [MedNIST Classification With Best Practices](./03_mednist_classification_v2.ipynb): do the same again but better.
4. [Integrating Existing Code](./04_integrating_code.ipynb): discussion on how to integrate existing, possible non-MONAI, code into a bundle.
5. [Spleen Segmentation using Pytorch Lightning](./05_spleen_segmentation.ipynb): train a segmentation network using MONAI bundle and Pytorch Lightning.
5. [Spleen Segmentation using Pytorch Lightning](./05_spleen_segmentation_lightning.ipynb): train a segmentation network using MONAI bundle and Pytorch Lightning.

More advanced topics are covered in this directory:

Expand Down
1 change: 1 addition & 0 deletions runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ skip_run_papermill=("${skip_run_papermill[@]}" .*nuclei_classification_training_
skip_run_papermill=("${skip_run_papermill[@]}" .*nuclick_training_notebook.ipynb*) # https://github.com/Project-MONAI/tutorials/issues/1542
skip_run_papermill=("${skip_run_papermill[@]}" .*nuclei_classification_infer.ipynb*) # https://github.com/Project-MONAI/tutorials/issues/1542
skip_run_papermill=("${skip_run_papermill[@]}" .*nuclick_infer.ipynb*) # https://github.com/Project-MONAI/tutorials/issues/1542
skip_run_papermill=("${skip_run_papermill[@]}" .*05_spleen_segmentation_lightning.ipynb*) # https://github.com/Project-MONAI/tutorials/issues/1550

# output formatting
separator=""
Expand Down

0 comments on commit c68197e

Please sign in to comment.