Skip to content

Commit 88c2488

Browse files
adds a lazy resampling functional example (Project-MONAI#1254)
part of Project-MONAI/MONAI#6156 ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Avoid including large-size files in the PR. - [x] Clean up long text outputs from code cells in the notebook. - [x] For security purposes, please check the contents and remove any sensitive info such as user names and private key. - [x] 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 - [x] Notebook runs automatically `./runner.sh -t <path to .ipynb file>` --------- Signed-off-by: Wenqi Li <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent faff688 commit 88c2488

File tree

2 files changed

+722
-0
lines changed

2 files changed

+722
-0
lines changed

modules/lazy_resampling_functional.ipynb

Lines changed: 721 additions & 0 deletions
Large diffs are not rendered by default.

runner.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" example_feature.ipy
6262
doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" ssl_train.ipynb)
6363
doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" ssl_finetune.ipynb)
6464
doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" TCIA_PROSTATEx_Prostate_MRI_Anatomy_Model.ipynb)
65+
doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" lazy_resampling_functional.ipynb)
6566

6667
# Execution of the notebook in these folders / with the filename cannot be automated
6768
skip_run_papermill=()

0 commit comments

Comments
 (0)