Skip to content

Commit 73ef5d0

Browse files
author
Andrew Hoblitzell
committed
dropped a space
1 parent 291dfbb commit 73ef5d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

beginner_source/transformer_tutorial.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def forward(self, src: Tensor, src_mask: Tensor = None) -> Tensor:
9797
output = self.linear(output)
9898
return output
9999

100+
100101
######################################################################
101102
# ``PositionalEncoding`` module injects some information about the
102103
# relative or absolute position of the tokens in the sequence. The

0 commit comments

Comments
 (0)