Skip to content

Commit ccb5a1f

Browse files
Foundsheepsvekars
andauthored
Update beginner_source/introyt/modelsyt_tutorial.py
Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
1 parent 4c31b80 commit ccb5a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/introyt/modelsyt_tutorial.py

Lines changed: 1 addition & 1 deletion
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 them 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)