We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e3182 commit 1fb2d00Copy full SHA for 1fb2d00
official/vision/modeling/backbones/vit.py
@@ -38,7 +38,7 @@ def __init__(self,
38
posemb_origin_shape: Optional[Tuple[int, int]] = None,
39
posemb_target_shape: Optional[Tuple[int, int]] = None,
40
**kwargs):
41
- """Constructs Postional Embedding module.
+ """Constructs Positional Embedding module.
42
43
The logic of this module is: the learnable positional embeddings length will
44
be determined by the inputs_shape or posemb_origin_shape (if provided)
0 commit comments