We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a329f5f commit ba3ce69Copy full SHA for ba3ce69
modules/interpretability/cats_and_dogs.ipynb
@@ -50,7 +50,7 @@
50
"from monai.data.utils import pad_list_data_collate\n",
51
"from random import shuffle\n",
52
"import numpy as np\n",
53
- "from tqdm.notebook import tqdm, trange\n",
+ "from tqdm import tqdm, trange\n",
54
"from sklearn.metrics import confusion_matrix, ConfusionMatrixDisplay\n",
55
"from monai.visualize import (\n",
56
" GradCAMpp,\n",
0 commit comments