Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
MMCV
Commits
1f9e5b57
Commit
1f9e5b57
authored
Feb 13, 2023
by
Hakjin Lee
Committed by
Zaida Zhou
Mar 20, 2023
Browse files
[Fix] Fix a typo in the docstring of MSDeformAttn (#2599)
parent
b248efa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mmcv/ops/multi_scale_deform_attn.py
mmcv/ops/multi_scale_deform_attn.py
+1
-1
No files found.
mmcv/ops/multi_scale_deform_attn.py
View file @
1f9e5b57
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment