Skip to content

Commit 4a9ec7c

Browse files
committed
Correct changes
1 parent 9d18ad1 commit 4a9ec7c

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -65,27 +65,43 @@
6565
"id": "2",
6666
"metadata": {},
6767
"source": [
68-
"## Libraries"
68+
"## References\n",
69+
"\n",
70+
"Here are some additional references to guide you while self-learning:\n",
71+
"- Official documentation for [openCV](https://docs.opencv.org/4.x/d6/d00/tutorial_py_root.html)\n",
72+
"- Official documentation for [PIL library](https://pillow.readthedocs.io/en/stable/)\n",
73+
"- Official documentation for [PyTorch](https://pytorch.org/)\n",
74+
"- Official documentation for [Albumentations](https://albumentations.ai/)\n",
75+
"- Official documentation for [PyTorch GradCAM](https://jacobgil.github.io/pytorch-gradcam-book/introduction.html)\n",
76+
"- [A tutorial from Microsoft to compute image classification using PyTorch](https://learn.microsoft.com/en-us/windows/ai/windows-ml/tutorials/pytorch-train-model)"
6977
]
7078
},
7179
{
7280
"cell_type": "markdown",
7381
"id": "3",
7482
"metadata": {},
7583
"source": [
76-
"- NumPy\n",
77-
"- Matplotlib\n",
78-
"- Scikit-learn\n",
84+
"## Libraries"
85+
]
86+
},
87+
{
88+
"cell_type": "markdown",
89+
"id": "4",
90+
"metadata": {},
91+
"source": [
92+
"- [Matplotlib](./20_library_matplotlib.ipynb)\n",
93+
"- [NumPy](./21_library_numpy.ipynb)\n",
94+
"- [scikit-learn](./22_library_sklearn.ipynb)\n",
7995
"- OpenCV-Python\n",
8096
"- PyTorch\n",
8197
"- Albumentations\n",
82-
"- PyTorch GradCAM"
98+
"- PyTorch Grad-CAM"
8399
]
84100
},
85101
{
86102
"cell_type": "code",
87103
"execution_count": null,
88-
"id": "4",
104+
"id": "5",
89105
"metadata": {},
90106
"outputs": [],
91107
"source": [
@@ -113,22 +129,6 @@
113129
"from pytorch_grad_cam.utils.image import show_cam_on_image"
114130
]
115131
},
116-
{
117-
"cell_type": "markdown",
118-
"id": "5",
119-
"metadata": {},
120-
"source": [
121-
"## References\n",
122-
"\n",
123-
"Here are some additional references to guide you while self-learning:\n",
124-
"- Official documentation for [openCV](https://docs.opencv.org/4.x/d6/d00/tutorial_py_root.html)\n",
125-
"- Official documentation for [PIL library](https://pillow.readthedocs.io/en/stable/)\n",
126-
"- Official documentation for [PyTorch](https://pytorch.org/)\n",
127-
"- Official documentation for [Albumentations](https://albumentations.ai/)\n",
128-
"- Official documentation for [PyTorch GradCAM](https://jacobgil.github.io/pytorch-gradcam-book/introduction.html)\n",
129-
"- [A tutorial from Microsoft to compute image classification using PyTorch](https://learn.microsoft.com/en-us/windows/ai/windows-ml/tutorials/pytorch-train-model)"
130-
]
131-
},
132132
{
133133
"cell_type": "markdown",
134134
"id": "6",
File renamed without changes.

0 commit comments

Comments
 (0)