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
c46deb05
Unverified
Commit
c46deb05
authored
Mar 28, 2022
by
wulele
Committed by
GitHub
Mar 28, 2022
Browse files
Fixed a typo in multi_scale_deform_attn.py (#1838)
parent
25602c68
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 @
c46deb05
...
...
@@ -95,7 +95,7 @@ def multi_scale_deformable_attn_pytorch(value, value_spatial_shapes,
Args:
value (torch.Tensor): The value has shape
(bs, num_keys,
m
um_heads, embed_dims//num_heads)
(bs, num_keys,
n
um_heads, embed_dims//num_heads)
value_spatial_shapes (torch.Tensor): Spatial shape of
each feature map, has shape (num_levels, 2),
last dimension 2 represent (h, w)
...
...
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