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 zhouzaida committed Mar 20, 2023
1 parent 27c87c2 commit 7d3899b
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 @@ -178,7 +178,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 7d3899b

Please sign in to comment.