Skip to content

Commit

Permalink
Fix for notebook
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Kerfoot <[email protected]>
  • Loading branch information
ericspod committed Sep 8, 2023
1 parent 6721823 commit 2607f65
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bundle/01_bundle_intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"%%bash\n",
"\n",
"python -m monai.bundle init_bundle TestBundle\n",
"#tree TestBundle"
"tree TestBundle"
]
},
{
Expand Down Expand Up @@ -138,7 +138,7 @@
},
{
"cell_type": "code",
"execution_count": 34,
"execution_count": 2,
"id": "a56e4833-171c-432c-8145-f325fad3bfcb",
"metadata": {},
"outputs": [
Expand All @@ -162,15 +162,15 @@
" \"pytorch_version\": \"2.0.0\",\n",
" \"numpy_version\": \"1.23.5\",\n",
" \"optional_packages_version\": {},\n",
" \"name\": \"TestBundle\"\n",
" \"name\": \"TestBundle\",\n",
" \"task\": \"Demonstration Bundle Network\",\n",
" \"description\": \"This is a demonstration bundle meant to showcase features of the MONAI bundle system only and does nothing useful\",\n",
" \"authors\": \"Your Name Here\",\n",
" \"copyright\": \"Copyright (c) Your Name Here\",\n",
" \"network_data_format\": {\n",
" \"inputs\": {},\n",
" \"outputs\": {}\n",
" }\n",
" },\n",
" \"intended_use\": \"This is suitable for demonstration only\"\n",
"}"
]
Expand Down
4 changes: 4 additions & 0 deletions runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" TensorRT_inference_
doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" lazy_resampling_benchmark.ipynb)
doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" modular_patch_inferer.ipynb)
doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" GDS_dataset.ipynb)
doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" 01_bundle_intro.ipynb)
doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" 02_mednist_classification.ipynb)
doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" 03_mednist_classification_v2.ipynb)
doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" 04_integrating_code.ipynb)

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

0 comments on commit 2607f65

Please sign in to comment.