Skip to content

Commit dc1db49

Browse files
committed
Readme
1 parent 9921b42 commit dc1db49

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ 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>)
193+
192194
- [Notebook tutorial: Deep Feature Factorizations for better model explainability](<https://jacobgil.github.io/pytorch-gradcam-book/Deep%20Feature%20Factorizations.html>)
193195

194196
- [Notebook tutorial: Class Activation Maps for Object Detection with Faster-RCNN](<https://jacobgil.github.io/pytorch-gradcam-book/Class%20Activation%20Maps%20for%20Object%20Detection%20With%20Faster%20RCNN.html>)

tutorials/HuggingFace.ipynb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "af91baae",
5+
"id": "917d1776",
66
"metadata": {},
77
"source": [
88
"# XAI Recepies for the HuggingFace 🤗 Image Classification Models\n",
@@ -222,7 +222,7 @@
222222
{
223223
"cell_type": "code",
224224
"execution_count": 24,
225-
"id": "941f3109",
225+
"id": "ac54b490",
226226
"metadata": {},
227227
"outputs": [
228228
{
@@ -328,7 +328,7 @@
328328
{
329329
"cell_type": "code",
330330
"execution_count": 25,
331-
"id": "ffa9f138",
331+
"id": "5207e13e",
332332
"metadata": {},
333333
"outputs": [
334334
{
@@ -392,7 +392,7 @@
392392
{
393393
"cell_type": "code",
394394
"execution_count": 26,
395-
"id": "a75e7ea5",
395+
"id": "67c57876",
396396
"metadata": {},
397397
"outputs": [
398398
{
@@ -464,7 +464,7 @@
464464
{
465465
"cell_type": "code",
466466
"execution_count": 27,
467-
"id": "23c44aa1",
467+
"id": "540f05e8",
468468
"metadata": {},
469469
"outputs": [
470470
{
@@ -538,7 +538,7 @@
538538
{
539539
"cell_type": "code",
540540
"execution_count": 28,
541-
"id": "419e2704",
541+
"id": "3108e479",
542542
"metadata": {},
543543
"outputs": [
544544
{
@@ -611,7 +611,7 @@
611611
{
612612
"cell_type": "code",
613613
"execution_count": 29,
614-
"id": "6a52daa8",
614+
"id": "54ccaa6a",
615615
"metadata": {},
616616
"outputs": [
617617
{
@@ -701,7 +701,7 @@
701701
{
702702
"cell_type": "code",
703703
"execution_count": 30,
704-
"id": "3e82d455",
704+
"id": "680e49de",
705705
"metadata": {},
706706
"outputs": [
707707
{
@@ -774,7 +774,7 @@
774774
{
775775
"cell_type": "code",
776776
"execution_count": 31,
777-
"id": "01fbaef9",
777+
"id": "3ec0e664",
778778
"metadata": {},
779779
"outputs": [
780780
{
@@ -834,7 +834,7 @@
834834
{
835835
"cell_type": "code",
836836
"execution_count": 32,
837-
"id": "e8ca49de",
837+
"id": "6d9a3c93",
838838
"metadata": {},
839839
"outputs": [
840840
{

0 commit comments

Comments
 (0)