Skip to content

Commit 97e4b0d

Browse files
authored
Fix deepedit/ignite/infoANDinference.ipynb (#1533)
Fixes #1529 ### Description Update `image_only=False` in `LoadImaged` since the default value of `image_only` has been changed by Project-MONAI/MONAI#7019 ### 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. - [ ] For security purposes, please check the contents and remove any sensitive info such as user names and private key. - [ ] 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 - [ ] Notebook runs automatically `./runner.sh -t <path to .ipynb file>` Signed-off-by: KumoLiu <yunl@nvidia.com>
1 parent e9b45fb commit 97e4b0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deepedit/ignite/infoANDinference.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
"\n",
318318
"pre_transforms = [\n",
319319
" # Loading the image\n",
320-
" LoadImaged(keys=\"image\", reader=\"ITKReader\"),\n",
320+
" LoadImaged(keys=\"image\", reader=\"ITKReader\", image_only=False),\n",
321321
" # Ensure channel first\n",
322322
" EnsureChannelFirstd(keys=\"image\"),\n",
323323
" # Change image orientation\n",
@@ -544,7 +544,7 @@
544544
"name": "python",
545545
"nbconvert_exporter": "python",
546546
"pygments_lexer": "ipython3",
547-
"version": "3.8.13"
547+
"version": "2.7.-1"
548548
},
549549
"vscode": {
550550
"interpreter": {

0 commit comments

Comments
 (0)