Skip to content

Commit b248efa

Browse files
BainOuOzhouzaida
authored andcommitted
Fix the paper link error in the docstring (open-mmlab#2618)
1 parent 4ad7959 commit b248efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmcv/cnn/bricks/generalized_attention.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class GeneralizedAttention(nn.Module):
1414
"""GeneralizedAttention module.
1515
1616
See 'An Empirical Study of Spatial Attention Mechanisms in Deep Networks'
17-
(https://arxiv.org/abs/1711.07971) for details.
17+
(https://arxiv.org/abs/1904.05873) for details.
1818
1919
Args:
2020
in_channels (int): Channels of the input feature map.

0 commit comments

Comments
 (0)