Skip to content

Commit 442571c

Browse files
authored
Merge branch 'master' into correct_typo_in_custom_autograd_example
2 parents 7b443fb + f43f856 commit 442571c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

recipes_source/recipes/Captum_Recipe.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414
# attribution algorithms such as \ ``Guided GradCam``\ and
1515
# \ ``Integrated Gradients``\ in a unified way.
1616
#
17-
# In this recipe you will learn how to use Captum to: \* attribute the
18-
# predictions of an image classifier to their corresponding image
19-
# features. \* visualize the attribution results.
17+
# In this recipe you will learn how to use Captum to:
18+
#
19+
# - Attribute the predictions of an image classifier to their corresponding image features.
20+
# - Visualize the attribution results.
2021
#
2122

2223

0 commit comments

Comments
 (0)