Skip to content

Commit

Permalink
[Fix] Fix a typo in the docstring of MSDeformAttn (open-mmlab#2599)
Browse files Browse the repository at this point in the history
  • Loading branch information
nijkah authored and CokeDong committed Apr 6, 2023
1 parent ae7222a commit 499b1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmcv/ops/multi_scale_deform_attn.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class MultiScaleDeformableAttention(BaseModule):
Args:
embed_dims (int): The embedding dimension of Attention.
Default: 256.
num_heads (int): Parallel attention heads. Default: 64.
num_heads (int): Parallel attention heads. Default: 8.
num_levels (int): The number of feature map used in
Attention. Default: 4.
num_points (int): The number of sampling points for
Expand Down

0 comments on commit 499b1ca

Please sign in to comment.