Skip to content

Commit ba3ce69

Browse files
authored
fix cats and dogs (#705)
1 parent a329f5f commit ba3ce69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/interpretability/cats_and_dogs.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"from monai.data.utils import pad_list_data_collate\n",
5151
"from random import shuffle\n",
5252
"import numpy as np\n",
53-
"from tqdm.notebook import tqdm, trange\n",
53+
"from tqdm import tqdm, trange\n",
5454
"from sklearn.metrics import confusion_matrix, ConfusionMatrixDisplay\n",
5555
"from monai.visualize import (\n",
5656
" GradCAMpp,\n",

0 commit comments

Comments
 (0)