Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes url; workaround to skip 1550 #1551

Merged
merged 1 commit into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading