Skip to content

Commit d1ebbd3

Browse files
Foundsheepsvekars
andauthored
fix: typo error (#2686)
* fix: typo error In the explanation of Normalization layers, typo 'the' is changed to 'them' * Update beginner_source/introyt/modelsyt_tutorial.py Co-authored-by: Svetlana Karslioglu <[email protected]> --------- Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 109d464 commit d1ebbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/introyt/modelsyt_tutorial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ def forward(self, sentence):
342342
# the 6x6 input.
343343
#
344344
# **Normalization layers** re-center and normalize the output of one layer
345-
# before feeding it to another. Centering the and scaling the intermediate
345+
# before feeding it to another. Centering and scaling the intermediate
346346
# tensors has a number of beneficial effects, such as letting you use
347347
# higher learning rates without exploding/vanishing gradients.
348348
#

0 commit comments

Comments
 (0)