Skip to content

Commit

Permalink
Merge branch 'main' into 1455-lightning-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
OeslleLucena authored Oct 16, 2023
2 parents 5bfa11a + 172ce43 commit 30ddba2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
- id: detect-private-key

- repo: https://github.com/psf/black
rev: "23.3.0"
rev: "23.9.1"
hooks:
- id: black
- id: black-jupyter
Expand Down
5 changes: 5 additions & 0 deletions bundle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ instantiate necessary components with python program and execute the inference.

* [python bundle workflow](./python_bundle_workflow): step-by-step tutorial examples show how to develop a bundle
training or inference workflow in Python instead of JSON / YAML configs.

Other tutorials and resources within MONAI on other bundle topics can be found here:

* [MONAI Deploy App SDK](https://github.com/Project-MONAI/monai-deploy-app-sdk/tree/main/notebooks/tutorials) including bundle tutorials
* [MONAI Label Bundle App](https://github.com/Project-MONAI/MONAILabel/tree/main/sample-apps/monaibundle)
5 changes: 5 additions & 0 deletions runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ skip_run_papermill=("${skip_run_papermill[@]}" .*01_bundle_intro.ipynb*)
skip_run_papermill=("${skip_run_papermill[@]}" .*02_mednist_classification.ipynb*)
skip_run_papermill=("${skip_run_papermill[@]}" .*03_mednist_classification_v2.ipynb*)
skip_run_papermill=("${skip_run_papermill[@]}" .*04_integrating_code.ipynb*)
skip_run_papermill=("${skip_run_papermill[@]}" .*hovernet_torch.ipynb*) # https://github.com/Project-MONAI/tutorials/issues/1542
skip_run_papermill=("${skip_run_papermill[@]}" .*nuclei_classification_training_notebook.ipynb*) # https://github.com/Project-MONAI/tutorials/issues/1542
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

# output formatting
separator=""
Expand Down

0 comments on commit 30ddba2

Please sign in to comment.