Skip to content

Commit

Permalink
Fix the paper link error in the docstring (open-mmlab#2618)
Browse files Browse the repository at this point in the history
  • Loading branch information
BainOuO authored and zhouzaida committed Mar 20, 2023
1 parent 964afd2 commit 27c87c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmcv/cnn/bricks/generalized_attention.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class GeneralizedAttention(nn.Module):
"""GeneralizedAttention module.
See 'An Empirical Study of Spatial Attention Mechanisms in Deep Networks'
(https://arxiv.org/abs/1711.07971) for details.
(https://arxiv.org/abs/1904.05873) for details.
Args:
in_channels (int): Channels of the input feature map.
Expand Down

0 comments on commit 27c87c2

Please sign in to comment.