Skip to content

Commit 312221a

Browse files
hsm207kpe
authored andcommitted
Fix typo (tensorflow#1329)
1 parent 4fedbb4 commit 312221a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensor2tensor/layers/common_attention.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ def add_timing_signal_1d(x,
423423
memory inputs to attention.
424424
425425
The use of relative position is possible because sin(x+y) and cos(x+y) can be
426-
experessed in terms of y, sin(x) and cos(x).
426+
expressed in terms of y, sin(x) and cos(x).
427427
428428
In particular, we use a geometric sequence of timescales starting with
429429
min_timescale and ending with max_timescale. The number of different

0 commit comments

Comments
 (0)