Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion beginner_source/introyt/captumyt.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
the review is an example of feature attribution.
- **Layer Attribution** examines the activity of a model’s hidden layer
subsequent to a particular input. Examining the spatially-mapped
output of a convolutional layer in response to an input image in an
output of a convolutional layer in response to an input image is an
example of layer attribution.
- **Neuron Attribution** is analagous to layer attribution, but focuses
on the activity of a single neuron.
Expand Down