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
4adddfdd
"git@developer.sourcefind.cn:OpenDAS/torchani.git" did not exist on "965efee230d27cb2959bee5f074198663cc218b4"
Unverified
Commit
4adddfdd
authored
Feb 27, 2023
by
BainOuO
Committed by
GitHub
Feb 27, 2023
Browse files
Fix the paper link error in the docstring (#2618)
parent
8e8ab226
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mmcv/cnn/bricks/generalized_attention.py
mmcv/cnn/bricks/generalized_attention.py
+1
-1
No files found.
mmcv/cnn/bricks/generalized_attention.py
View file @
4adddfdd
...
@@ -15,7 +15,7 @@ class GeneralizedAttention(nn.Module):
...
@@ -15,7 +15,7 @@ class GeneralizedAttention(nn.Module):
"""GeneralizedAttention module.
"""GeneralizedAttention module.
See 'An Empirical Study of Spatial Attention Mechanisms in Deep Networks'
See 'An Empirical Study of Spatial Attention Mechanisms in Deep Networks'
(https://arxiv.org/abs/1
711.07971
) for details.
(https://arxiv.org/abs/1
904.05873
) for details.
Args:
Args:
in_channels (int): Channels of the input feature map.
in_channels (int): Channels of the input feature map.
...
...
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