Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit b63f2d9

Browse files
T2T Teamcopybara-github
authored andcommitted
Fixes typo.
PiperOrigin-RevId: 319541275
1 parent 302a04f commit b63f2d9

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
@@ -2451,7 +2451,7 @@ def _extract_blocks(x, block_h, block_w):
24512451
block_h: An integer. block height
24522452
block_w: An inteter. block width
24532453
2454-
returns:
2454+
Returns:
24552455
a [batch, num_heads, height/block_h, width/block_w, depth] tensor
24562456
"""
24572457
(_, height, width, depth) = common_layers.shape_list(x)

0 commit comments

Comments
 (0)