Unverified Commit cb94ffb6 authored by Hakjin Lee's avatar Hakjin Lee Committed by GitHub
Browse files

[Fix] Fix a typo in the docstring of MSDeformAttn (#2599)

parent 5a61e534
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment