diff --git a/beginner_source/introyt/captumyt.py b/beginner_source/introyt/captumyt.py index d08052caec..529bb0c657 100644 --- a/beginner_source/introyt/captumyt.py +++ b/beginner_source/introyt/captumyt.py @@ -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.