Skip to content

Commit

Permalink
minor fix for salency map notebook (#2260)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Aug 2, 2024
1 parent 4615b3e commit 261a655
Showing 1 changed file with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,15 @@
" - [True Positive Low confidence](#True-Positive-Low-confidence)\n",
" - [False Positive High confidence](#False-Positive-High-confidence)\n",
" - [Two mixed predictions](#Two-mixed-predictions)\n",
"\n"
"\n",
"### Installation Instructions\n",
"\n",
"This is a self-contained example that relies solely on its own code.\n",
"\n",
"We recommend running the notebook in a virtual environment. You only need a Jupyter server to start.\n",
"For details, please refer to [Installation Guide](https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/README.md#-installation-guide).\n",
"\n",
"<img referrerpolicy=\"no-referrer-when-downgrade\" src=\"https://static.scarf.sh/a.png?x-pxid=5b5a4db0-7875-4bfb-bdbd-01698b5b1a77&file=notebooks/explainable-ai-2-deep-dive/explainable-ai-2-deep-dive.ipynb\" />"
]
},
{
Expand Down Expand Up @@ -1060,7 +1068,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -1074,7 +1082,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.8.10"
},
"openvino_notebooks": {
"imageUrl": "https://github.com/user-attachments/assets/5557d79d-2e9a-4784-aa17-fea2931a1435",
Expand Down

0 comments on commit 261a655

Please sign in to comment.