diff --git a/beginner_source/introyt/modelsyt_tutorial.py b/beginner_source/introyt/modelsyt_tutorial.py index 884fcbdb105..b97accc7755 100644 --- a/beginner_source/introyt/modelsyt_tutorial.py +++ b/beginner_source/introyt/modelsyt_tutorial.py @@ -342,7 +342,7 @@ def forward(self, sentence): # the 6x6 input. # # **Normalization layers** re-center and normalize the output of one layer -# before feeding it to another. Centering the and scaling the intermediate +# before feeding it to another. Centering and scaling the intermediate # tensors has a number of beneficial effects, such as letting you use # higher learning rates without exploding/vanishing gradients. #