Skip to content

Commit 564a3fb

Browse files
authored
983 testing notebook (#985)
Signed-off-by: Wenqi Li <wenqil@nvidia.com> Fixes #983 ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [ ] Notebook runs automatically `./runner [-p <regex_pattern>]` Signed-off-by: Wenqi Li <wenqil@nvidia.com>
1 parent 74759d0 commit 564a3fb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

modules/interpretability/covid_classification.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"\n",
1919
"We explore some of MONAI's interpretability classes:\n",
2020
"- `OcclusionSensitivity`,\n",
21-
"- `GradCAM++`,\n",
21+
"- `GradCAM++`.\n",
2222
"\n",
2323
"For brevity, we don't bother with splitting into training and validation datasets.\n",
2424
"\n",
@@ -1234,7 +1234,7 @@
12341234
"name": "python",
12351235
"nbconvert_exporter": "python",
12361236
"pygments_lexer": "ipython3",
1237-
"version": "3.8.13"
1237+
"version": "3.8.12"
12381238
}
12391239
},
12401240
"nbformat": 4,

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ papermill
33
autopep8
44
jupytext
55
autoflake
6+
ipywidgets
67
tensorboard>=2.4.0

0 commit comments

Comments
 (0)