Skip to content

Commit 5620328

Browse files
committed
Readme
1 parent a0789b6 commit 5620328

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Here you can find detailed examples of how to use this for various custom use ca
189189
These point to the new documentation jupter-book for fast rendering.
190190
The jupyter notebooks themselves can be found under the tutorials folder in the git repository.
191191

192-
- [Notebook tutorial: XAI Recepies for the HuggingFace 🤗 Image Classification Models](<https://jacobgil.github.io/pytorch-gradcam-book/huggingface.html>)
192+
- [Notebook tutorial: XAI Recipes for the HuggingFace 🤗 Image Classification Models](<https://jacobgil.github.io/pytorch-gradcam-book/huggingface.html>)
193193

194194
- [Notebook tutorial: Deep Feature Factorizations for better model explainability](<https://jacobgil.github.io/pytorch-gradcam-book/Deep%20Feature%20Factorizations.html>)
195195

tutorials/HuggingFace.ipynb

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"cells": [
33
{
4+
"attachments": {},
45
"cell_type": "markdown",
5-
"id": "917d1776",
6+
"id": "3cc7314b",
67
"metadata": {},
78
"source": [
8-
"# XAI Recepies for the HuggingFace 🤗 Image Classification Models\n",
9-
"\n",
9+
"# XAI Recipes for the HuggingFace 🤗 Image Classification Models\n",
10+
"![DFF](https://raw.githubusercontent.com/jacobgil/pytorch-grad-cam/master/tutorials/huggingface_dff.png)\n",
1011
"## Goal\n",
1112
"In this tutorial we will go over all (or most of?) the vision classification model families in the HuggingFace collection, and apply the pytorch gradcam package on each of them.\n",
1213
"\n",
@@ -222,7 +223,7 @@
222223
{
223224
"cell_type": "code",
224225
"execution_count": 24,
225-
"id": "ac54b490",
226+
"id": "48a969be",
226227
"metadata": {},
227228
"outputs": [
228229
{
@@ -328,7 +329,7 @@
328329
{
329330
"cell_type": "code",
330331
"execution_count": 25,
331-
"id": "5207e13e",
332+
"id": "80d3e305",
332333
"metadata": {},
333334
"outputs": [
334335
{
@@ -392,7 +393,7 @@
392393
{
393394
"cell_type": "code",
394395
"execution_count": 26,
395-
"id": "67c57876",
396+
"id": "48545594",
396397
"metadata": {},
397398
"outputs": [
398399
{
@@ -464,7 +465,7 @@
464465
{
465466
"cell_type": "code",
466467
"execution_count": 27,
467-
"id": "540f05e8",
468+
"id": "667c5d10",
468469
"metadata": {},
469470
"outputs": [
470471
{
@@ -538,7 +539,7 @@
538539
{
539540
"cell_type": "code",
540541
"execution_count": 28,
541-
"id": "3108e479",
542+
"id": "95927575",
542543
"metadata": {},
543544
"outputs": [
544545
{
@@ -611,7 +612,7 @@
611612
{
612613
"cell_type": "code",
613614
"execution_count": 29,
614-
"id": "54ccaa6a",
615+
"id": "e21e1fa4",
615616
"metadata": {},
616617
"outputs": [
617618
{
@@ -701,7 +702,7 @@
701702
{
702703
"cell_type": "code",
703704
"execution_count": 30,
704-
"id": "680e49de",
705+
"id": "8540ccd2",
705706
"metadata": {},
706707
"outputs": [
707708
{
@@ -774,7 +775,7 @@
774775
{
775776
"cell_type": "code",
776777
"execution_count": 31,
777-
"id": "3ec0e664",
778+
"id": "f18912f8",
778779
"metadata": {},
779780
"outputs": [
780781
{
@@ -834,7 +835,7 @@
834835
{
835836
"cell_type": "code",
836837
"execution_count": 32,
837-
"id": "6d9a3c93",
838+
"id": "ec842eba",
838839
"metadata": {},
839840
"outputs": [
840841
{

0 commit comments

Comments
 (0)