Skip to content

Commit 1fb2d00

Browse files
Internal change
PiperOrigin-RevId: 520088617
1 parent e4e3182 commit 1fb2d00

File tree

1 file changed

+1
-1
lines changed
  • official/vision/modeling/backbones

1 file changed

+1
-1
lines changed

official/vision/modeling/backbones/vit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def __init__(self,
3838
posemb_origin_shape: Optional[Tuple[int, int]] = None,
3939
posemb_target_shape: Optional[Tuple[int, int]] = None,
4040
**kwargs):
41-
"""Constructs Postional Embedding module.
41+
"""Constructs Positional Embedding module.
4242
4343
The logic of this module is: the learnable positional embeddings length will
4444
be determined by the inputs_shape or posemb_origin_shape (if provided)

0 commit comments

Comments
 (0)